hslee16/archy
Run archy (architectural sensor) against a Python project. Supports score, check, and cycles.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | archy subcommand to run. One of "score", "check", "cycles". | no | score |
| path | Path to the Python project to analyze. | no | . |
| strict | For "score" and "cycles", pass --strict so the step fails on regression / cycles. | no | true |
| strict-tolerance | Tolerance for "score --strict" (default 0.02). | no | 0.02 |
| record | For "score", also append the result to .archy/history.jsonl. | no | false |
| config | For "check", path to archy.yaml. Auto-discovered if empty. | no | "" |
| python-version | Python version to install when running archy. | no | 3.10 |
Outputs
no outputs