CLI command
jeden roadmap drop
Mark an item dropped.
Exact invocation#
jeden roadmap drop <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 dropped, records an optional reason and roadmap event, and commits a new revision.
Refusals and boundaries#
- The ID is required; drop is refused when another roadmap item depends on the target.
- Every mutation is refused on a revision conflict or when full-roadmap validation fails.