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
-8
View File
@@ -250,14 +250,6 @@ Human output shows per-gate execution counts (scenario, stateful, chaos, adversi
Qualify exits with code 1 if zero checks executed. This prevents silent passes when all routes are filtered out or gates are disabled.
## `--workspace` Flag
Run qualify across all packages in a monorepo workspace:
```bash
apophis qualify --workspace --profile oauth-nightly
```
## Test Budget
The `runs` field in your preset controls how many property-based tests execute per route. Default is 50. Lower for faster CI feedback, higher for deeper exploration: