validate_all_adrs
Validate all Architecture Decision Records (ADRs) in a directory by comparing them against live infrastructure reality, ensuring decisions match actual deployment state.
Instructions
Validate all ADRs in a directory against actual infrastructure reality
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Path to the project directory | . |
| adrDirectory | No | Directory containing ADR files | docs/adrs |
| minConfidence | No | Minimum research confidence for validation (0-1) | |
| includeEnvironmentCheck | No | Include live environment verification in validation |