Camp Workflows
A camp was previously called a campaign; these commands work the same either way.
All workflow commands here are camp, not fest.
Use camp for intents, dungeons, and workflow collections. fest is for
festival planning and execution.
Intents
camp intent add "idea"
camp intent list
camp intent move <id> active
camp intent promote <id>
camp intent archive <id>
Dungeon
camp dungeon crawl
crawl is interactive/TTY-oriented.
Workflow Collections
A workflow collection is a camp directory under workflow/<type>/ with its
own navigation config and workitem types.
camp workflow list # user-created collections
camp workflow show <name> # config and recent workitems
camp workflow create <name> # create a custom collection
camp workflow doctor # report workflow surface inconsistencies
camp workflow sync # repair auto-fixable doctor findings
Item status moves are camp intent move <id> <status>, not a workflow command.
Common Mistakes
- Running
festcommands for intent or workflow-collection operations. - Deleting old work instead of moving it to dungeon statuses.
- Promoting intents before they are sufficiently shaped.
- Reaching for a
camp flowcommand: the surface iscamp workflow.