Jeden/Docs

CLI command

jeden roadmap

Read and transactionally mutate the repository-owned Jeden roadmap.

Exact invocation#

Shell
jeden roadmap <list|show|add|drop|start|implemented|block|pass|status|depends|undepends|graph|acceptance|check|work> [args] [--json] [--cwd path]

Inputs and options#

  • Required for non-default use: one listed action; no action defaults to list.
  • Mutation leaves accept --revision n for optimistic concurrency; without it they load the current revision.
  • Use the linked leaf pages for action-specific identifiers, values, filters, reasons, evidence, and output.

Output and state effect#

Reads or atomically updates roadmap/roadmap.yaml, validates the complete graph and status invariants, increments the revision for mutations, and appends roadmap event evidence.

Refusals and boundaries#

  • Unknown actions are refused with the complete expected command set.
  • A stale --revision is refused as a revision conflict; invalid YAML, schema, IDs, dependencies, priorities, statuses, evidence, or atomic writes never commit a partial mutation.