arch_validate
Checks code files against architecture layer rules and returns violations with statistics. Optionally scope to specific files; strict mode elevates violations to errors.
Instructions
Check code files against architecture layer rules. Returns a violations list and statistics. Call with no files to validate the full project, or pass a list of file paths to scope validation. Violations are returned as warnings by default; set strict=true to elevate to errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Files to validate | |
| strict | No | Strict validation mode |