7patriksz-art/Enforcee — rule audit
Check whether an AI-generated output followed your ruleset. Per-rule verdicts with a verified evidence quote. Fails the job on a violation.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Aug 18, 2026
- License
- None
Pinned Snippet
uses: 7patriksz-art/enforcee@3b19b642b97e0dddf3646ec9fe070f4573b95dff # v0.9.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| rules | Path to the ruleset — CLAUDE.md, AGENTS.md, .cursorrules, or any markdown list of rules. | no | CLAUDE.md |
| output | Path to the file being audited against those rules. | yes | — |
| fail-on-violation | Fail the job when a rule is violated. Set to false to report without gating. | no | true |
| version | Version of the enforcee CLI to run. Pinned by default — a CI gate whose behaviour changes under you is not a gate. | no | 0.9.1 |
Outputs
| name | description |
|---|---|
| violated | Number of rules the output demonstrably broke. |
| coverage | Share of applicable rules that left any observable trace, as a percentage. |