diff --git a/docs/integration/subprocess-operations.md b/docs/integration/subprocess-operations.md index 5e4205e..d94aeef 100644 --- a/docs/integration/subprocess-operations.md +++ b/docs/integration/subprocess-operations.md @@ -8,18 +8,19 @@ Use explicit file outputs for orchestrated runs: ```sh audita process \ + --transcript-description "Brief context that may help resolve ambiguous terms." \ --glossary \ --output \ --report-json ``` -Recommended additions: +Additional flags that may be situationally appropriate: - `--config ` to select an explicit versioned config file. - `--output-schema ` to select transcript output shape. - `--work-dir ` to control diagnostics location. - `--work-dir-retention ` to control retained run directories. -- `--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. +- `--total-llm-concurrency`, `--proposal-llm-concurrency`, and `--validation-llm-concurrency` when orchestration needs to set explicit LLM throughput controls. +- `--modules ...` only when intentionally overriding the default sequence. For config-driven orchestration, validate config files in CI/preflight: