sync_architecture
Detect architectural drift by comparing saved diagrams against current codebases. Scans code to identify added, removed, or changed services and connections with accuracy scoring.
Instructions
Compare a saved architecture against the current codebase to detect drift. Scans the codebase and diffs the detected services/connections against the saved diagram. Reports added, removed, and changed services/connections with an accuracy score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| architectureId | Yes | The architecture ID to compare against | |
| codebasePath | Yes | Absolute path to the codebase root directory to scan |