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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
.scratch/
.workflow/

# Generated agent/QA session artifacts (xlsx/png/ndjson ledger dumps, etc.)
outputs/

# General
.DS_Store
.AppleDouble
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ Default columns: `recurring`, `backlog`, `in-progress`, `review`, `done`.
| `-p <level>` | Priority: `low`, `medium`, `high`, `urgent` (default: `medium`) |
| `-a <user>` | Assignee |
| `--project <name>` | Project tag |
| `--label <name>` | Label; repeatable and comma-separated values are accepted |
| `--labels <names>` | Label alias; repeatable and comma-separated values are accepted |
| `-m <json>` | Arbitrary metadata (must be valid JSON) |

**Flags for `task list`:**
Expand Down
Loading
Loading