Fixed minor inconsistencies and ambiguities in the implementation roadmap

This commit is contained in:
2026-06-01 15:31:36 -05:00
parent a6c38d3e96
commit 0382978af0
3 changed files with 125 additions and 41 deletions

View File

@@ -61,8 +61,8 @@ Policy:
- help and usage output remain text-only.
- invalid `--format` values are usage errors.
- `--format` is a per-command flag, not a root-global flag.
- commands that do not yet support JSON must fail validation if `--format json`
is accepted by their parser but not implemented.
- a command must not accept `--format json` unless it emits the shared JSON
envelope for that command.
The first implementation should add JSON support for all current
output-producing commands rather than leaving a mixed CLI where some commands