Complete pre-1.0 release hardening

This commit is contained in:
2026-05-13 19:42:35 +00:00
parent ff4ed82239
commit 0687982822
13 changed files with 718 additions and 0 deletions

View File

@@ -21,6 +21,12 @@ Recommended additions:
- `--total-llm-concurrency`, `--proposal-llm-concurrency`, and `--validation-llm-concurrency` when orchestration needs explicit LLM throughput controls.
- `--modules ...` only when intentionally overriding the default full sequence.
For config-driven orchestration, validate config files in CI/preflight:
```sh
audita config validate --config <path>
```
## Stdout behavior
- With `--output`: stdout is expected to be empty on success.