rcolkitt/Axiom Verify
Verify Axiom specs in CI - ensures generated code matches specifications
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| spec-path | Path to specs directory or specific .axiom file | no | specs/ |
| python-version | Python version to use | no | 3.12 |
| fail-on-drift | Fail if generated code has been hand-edited | no | true |
| anthropic-api-key | Anthropic API key (only needed for --rebuild) | no | — |
| rebuild | Rebuild specs before verifying (requires API key) | no | false |
Outputs
| name | description |
|---|---|
| passed | Number of specs that passed verification |
| failed | Number of specs that failed verification |
| drift-detected | Whether generated code drift was detected |