Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"name": "compound-engineering",
"description": "OpenCode-first AI-powered development tools. Includes 34 specialized agents, 28 commands, and 26 skills spanning code review, research, design, and workflow automation, with generated Copilot support and Claude Code compatibility outputs.",
"version": "4.13.0",
"version": "4.14.0",
"author": {
"name": "The Rabak",
"email": "arielvaron@gmail.com",
Expand Down
4 changes: 2 additions & 2 deletions .github/skills/file-todos/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dependencies: ["001"] # Issue IDs this is blocked by
- Adjust priority if different from initial assessment
4. Deferred todos stay in `pending` status

**Use slash command:** `/triage` for interactive approval workflow
**Use slash command:** `/workflows-triage` for research-backed interactive approval workflow

### Managing Dependencies

Expand Down Expand Up @@ -185,7 +185,7 @@ Work logs serve as:

| Trigger | Flow | Tool |
|---------|------|------|
| Code review | `/workflows-review` → Findings → `/triage` → Todos | Review agent + skill |
| Code review | `/workflows-review` → Findings → `/workflows-triage` → Todos | Review agent + skill |
| PR comments | `/resolve_pr_parallel` → Individual fixes → Todos | gh CLI + skill |
| Code TODOs | `/resolve_todo_parallel` → Fixes + Complex todos | Agent + skill |
| Planning | Brainstorm → Create todo → Work → Complete | Skill |
Expand Down
312 changes: 0 additions & 312 deletions .github/skills/triage/SKILL.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/skills/workflows-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ After creating all todo files, present comprehensive summary:
3. **Triage All Todos**:
```bash
ls todos/*-pending-*.md # View all pending todos
/triage # Use slash command for interactive triage
/workflows-triage # Use slash command for interactive triage
```
````

Expand Down
Loading
Loading