Fix doc gaps: remove qualify --workspace, add plugin options/schema annotations/programmatic API docs

This commit is contained in:
John Dvorak
2026-04-30 14:01:51 -07:00
parent 099576f12a
commit 7e9b940974
3 changed files with 97 additions and 9 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ apophis replay --artifact reports/apophis/failure-*.json
- `--changed` requires a git repository
- `migrate` defaults to `--dry-run` (safe by default)
- `--workspace` is only supported by `verify` and `doctor` commands
- `--workspace` is fully implemented by `verify` and `doctor`. `observe` and `qualify` accept the flag but run in the current package only.
- Seeds ensure deterministic generation; handler nondeterminism (e.g., `Date.now()`) can still cause replay divergence
## Exit Codes