CLI command
jeden roadmap start
Mark an item in progress.
Exact invocation#
jeden roadmap start <id> [reason|--reason TEXT] [--revision N] [--json]Inputs and options#
- Required: roadmap item ID. Optional reason, expected revision, JSON output, and action-specific values shown in the invocation.
Output and state effect#
Sets status to in_progress, records an optional reason and roadmap event, and commits a new revision.
Refusals and boundaries#
- The ID is required; unknown IDs, invalid roadmap state, and stale revisions are refused.
- Every mutation is refused on a revision conflict or when full-roadmap validation fails.