archy_snapshot
Capture current architecture metrics including score, import cycles, and layer violations as a baseline snapshot. Use at the start of an editing session to enable structural regression detection.
Instructions
Capture score, cycles, and layer violations to .archy/baseline.json as a baseline that archy_diff will compare against. Call at the start of an editing session. See the loop prompt for full usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score | Yes | ||
| cycles | Yes | ||
| violations | Yes | ||
| sdp_violations | No | ||
| baseline_path | Yes |