Skip to content

Commit e3a5287

Browse files
committed
feat(commands): add task command
1 parent 32aa1b0 commit e3a5287

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.opencode/commands/task.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
description: Manage tasks in tasks.yaml - add, start, cancel, archive, list, attach-plan
3+
agent: query
4+
---
5+
6+
Task management commands using the `task` tool.
7+
8+
### Actions
9+
10+
- **list**: `task list` - Show all tasks (default if no action specified)
11+
- **add**: `task add --label "X" --description "Y" --category "Z"`
12+
- **start**: `task start --task-id X.X`
13+
- **cancel**: `task cancel --task-id X.X`
14+
- **archive**: `task archive --task-id X.X`
15+
- **attach-plan**: `task attach-plan --task-id X.X --plan-path plans/my-plan.md`

0 commit comments

Comments
 (0)