docs: classify command stability

This commit is contained in:
Eric Wendland 2026-07-05 17:58:49 +02:00
commit 64959199b8
3 changed files with 84 additions and 4 deletions

View file

@ -109,11 +109,11 @@ and downstream projects.
- `[ ]` Pipe and overlay wire protocol variants roundtrip.
- `[x]` Unknown or malformed protocol inputs fail safely.
- `[ ]` Classify command stability.
- `[x]` Classify command stability.
Acceptance criteria:
- `[ ]` Commands are marked stable, experimental, or prototype in docs.
- `[ ]` Help text avoids production claims for experimental paths.
- `[ ]` Prototype paths have explicit migration or removal expectations.
- `[x]` Commands are marked stable, experimental, or prototype in docs.
- `[x]` Help text avoids production claims for experimental paths.
- `[x]` Prototype paths have explicit migration or removal expectations.
## Phase 3: Storage And Migration Hardening