AADS Router and OOD Guardrails
Workflow
- Scope behavior impact.
- Classify change as routing logic, taxonomy/policy behavior, OOD behavior, or performance.
- Load
references/router-guardrails.md.
- Preserve invariants.
- Preserve stage ordering unless explicitly requested.
- Preserve focus-mode fallback semantics.
- Preserve taxonomy normalization semantics.
- Implement with minimal churn.
- Touch only required router/OOD files.
- Run required validation.
- Router unit tests, OOD tests, and policy regression bundle.
- Add profile sanity checks for policy profile changes.
- Run performance gates when runtime path changed.
- Benchmark and guardrail checker.
- Emit behavior delta summary.
- Explicitly classify changes as breaking or non-breaking.
Output Contract
Return sections in this order:
- Changed router/OOD surfaces
- Invariants checked
- Validation commands and results
- Performance gate results (or skip reason)
- Breaking/non-breaking classification
- Residual risk notes
References
- Read
references/router-guardrails.mdfor invariants and command matrix.