generate_rules
Generate architectural rules by analyzing ADRs and code patterns to enforce consistent design decisions across the project.
Instructions
Generate architectural rules from ADRs and code patterns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Source for rule generation | both |
| projectPath | No | Path to project for pattern analysis | . |
| adrDirectory | No | Directory containing ADR files | docs/adrs |
| outputFormat | No | Output format for rules | json |
| existingRules | No | Existing rules to avoid duplication |