archy_record_baseline
Records a baseline structural score for a Python project to enable detection of degradation during AI-assisted edits.
Instructions
Compute the score for a Python project AND append it to .archy/history.jsonl. Convenience wrapper for archy_score(record=True). Use at the start of an agent session so a later archy_score(strict=True) can detect degradation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| internal_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overall | Yes | ||
| components | Yes | ||
| inputs | Yes | ||
| gate | No |