camp workitem
View active campaign work items
Synopsis
View active campaign work items across intents, designs, explore, and festivals.
Default mode launches an interactive TUI dashboard. Use --json for machine-readable output or --print to select and print a path for shell integration.
Examples: camp workitem # interactive dashboard camp workitem --json # JSON output for agents/scripts camp workitem --json --type design # filter by type camp workitem --json --type intent --limit 5 camp workitem --print # select and print path
camp workitem [flags]
Options
-h, --help help for workitem
--json Output as JSON
--limit int Maximum number of items to return
--print Print path only (for shell integration)
--query string Search query to filter items
--stage stringArray Filter by lifecycle stage (inbox, active, ready, planning)
--type stringArray Filter by workflow type (builtin: intent, design, explore, festival; or any slug-safe custom type produced by 'camp workitem create --type <name>')
Options inherited from parent commands
--config string config file (default: ~/.obey/campaign/config.json)
--no-color disable colored output
--verbose enable verbose output
SEE ALSO
- camp - Campaign management CLI for multi-project AI workspaces
- camp workitem adopt - Attach .workitem metadata to an existing directory
- camp workitem commit - Commit changes scoped to the resolved workitem
- camp workitem commits - List commits referencing a workitem across linked repos
- camp workitem create - Create a new workitem with v1 minimum metadata
- camp workitem current - Get, set, or clear the local current workitem
- camp workitem doctor - Report workitem link-registry health issues
- camp workitem link - Attach a workitem to a project, festival, worktree, or campaign path
- camp workitem links - List workitem links
- camp workitem priority - Set or clear the manual priority of a workitem
- camp workitem resolve - Print the workitem the current context resolves to (read-only)
- camp workitem unlink - Remove one or more workitem links