archy_record_baseline
Compute a Python project's structural health score and record it as a baseline for detecting degradation in future sessions.
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 |