aedile_consult
Consult the codebase to find symbol matches, stdlib alternatives, and dependency reuse options, and detect import cycles or layering violations before implementing changes.
Instructions
Consult Aedile before implementing. Returns codebase symbol matches, stdlib alternatives, dependency reuse options, and checks proposed imports for cycles or layering violations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposed_plan | Yes | General description of the feature logic you want to implement. | |
| proposed_changes | No | Optional list of files and imports you plan to add or modify. |