Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:18 +08:00
commit 5c5bb04daa
16 changed files with 913 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "claude-bumper-lanes",
"description": "Enforces git diff thresholds to promote disciplined code review during AI agent sessions",
"version": "1.2.0",
"author": {
"name": "Kyle Snow Schwartz",
"email": "kyle.snowschwartz@gmail.com"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}