vtemian/Lint Claude
Enforce your CLAUDE.md guidelines using Claude AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Scan mode: full, diff, working, or staged | no | diff |
| base-branch | Base branch for diff mode (e.g., main, origin/main) | no | origin/main |
| anthropic-api-key | Anthropic API key (defaults to ANTHROPIC_API_KEY secret) | no | — |
| fail-on-violations | Fail the workflow if violations are found | no | true |
| config-file | Path to .agent-lint.json config file | no | .agent-lint.json |
| output-format | Output format: text or json | no | text |
Outputs
| name | description |
|---|---|
| violations-found | Whether violations were found (true/false) |
| summary | Summary of violations |