forked from HAL9000/cleveragents-core
be6aea259f
Adds the `agents plan show <PLAN_ID>` CLI command specification. This command was referenced in v3.3.0 milestone deliverables #7 and #10 but was never defined as a CLI command in the spec. Deliverable #7: `plan show` lists checkpoints; each has a ULID and timestamp Deliverable #10: `plan show` displays `Attempt: N` where N > 1 after correction Closes proposal #6203 (UAT: agents plan show command missing from CLI). Spec sections added: - §CLI Commands — agents plan show: synopsis, arguments, Rich/Plain/JSON/YAML examples - Documents checkpoint listing with ULID and timestamp - Documents child plan status listing - Documents attempt count display (Attempt: N after correction) - Documents --format json machine-readable output