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

9
commands/bumper-pause.md Normal file
View File

@@ -0,0 +1,9 @@
---
description: Temporarily suspend threshold enforcement while continuing to track changes
---
/claude-bumper-lanes:bumper-pause
Pausing enforcement... (This command is handled by the UserPromptSubmit hook)
Additional user arguments: $ARGUMENTS

9
commands/bumper-reset.md Normal file
View File

@@ -0,0 +1,9 @@
---
description: Reset the diff baseline and restore threshold budget
---
/claude-bumper-lanes:bumper-reset
Resetting baseline... (This command is handled by the UserPromptSubmit hook)
Additional user arguments: $ARGUMENTS

View File

@@ -0,0 +1,9 @@
---
description: Re-enable threshold enforcement after a pause
---
/claude-bumper-lanes:bumper-resume
Resuming enforcement... (This command is handled by the UserPromptSubmit hook)
Additional user arguments: $ARGUMENTS