summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/AGENTS.md b/AGENTS.md
index d19ecf5..b668758 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -37,13 +37,13 @@ task init --quiet # Non-interactive initialization
task ready --json
# 2. Claim a task
-task update <id> --status in_progress --json
+task update <id> in-progress --json
# 3. During work: create discovered issues
task create "Fix type error found" --discovered-from=<current-id> --json
# 4. Complete the task
-task update <id> --status done --json
+task update <id> done --json
# 5. End of session: sync to git (local commit only)
task sync
@@ -202,7 +202,7 @@ The `--namespace` option associates the task with a specific namespace in the mo
### List Tasks
```bash
-task list [--type=<type>] [--parent=<id>] [--status=<status>] [--namespace=<ns>]
+task list [options] # Flags can be in any order
```
Examples: