Commit 3793d9d
authored
feat: sync AI attribution governance from commit-check v2.11.0 (#16)
* feat: add AI attribution governance support from commit-check v2.11.0
Sync the new AI attribution governance feature from commit-check v2.11.0:
- Bump minimum commit-check dependency to >=2.11.0
- Add 'ai_attribution' to validate_commit_message and validate_commit_context
check lists so the rule is actually executed
- Update README with AI attribution governance documentation
When config [commit] ai_attribution = "forbid" is set, commits containing
known AI tool signatures (Claude Code, GitHub Copilot, etc.) will be rejected.
* docs: Update README with AI attribution governance details
Added information about AI attribution governance in v2.11.0+.1 parent 48ea465 commit 3793d9d
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
281 | 282 | | |
282 | 283 | | |
283 | 284 | | |
| 285 | + | |
284 | 286 | | |
285 | 287 | | |
286 | 288 | | |
| |||
0 commit comments