ricardogr07/RepoSage Audit
Run a deterministic repository audit with optional AI enrichment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the repository root to audit. | — | . |
| format | Output format — markdown or json. | — | markdown |
| output | File path to write the report. Defaults to reposage-report.md. | — | reposage-report.md |
| enrich | Enable AI enrichment (module roles, debt items, top-5 improvements). Requires anthropic-api-key and installs reposage[ai]. | — | false |
| anthropic-api-key | Anthropic API key. Required when enrich is true. | no | — |
| version | RepoSage version to install (e.g. "0.2.0"). Defaults to latest. | — | "" |
| mode | report or audit | — | report |
| fail-under | Six Standards audit mode only: exit non-zero when the grade is below this value (0-6). | — | 0 |
| run-subprocess-checks | Six Standards audit mode only: allow checks that shell out (pytest, dependency install) to run. | — | false |
Outputs
| name | description |
|---|---|
| report-path | Path to the generated report file. |