Fix counter syntax to use empty parentheses

- Change syntax from ~ (number) to ~ ( )
- Counter now starts at 0 when using empty parentheses
- Update README with correct syntax examples

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-26 10:18:40 +01:00
parent 9295e8055a
commit ff1298c7d3
3 changed files with 10 additions and 9 deletions

View File

@@ -3,7 +3,8 @@
"allow": [
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
"Bash(git commit:*)",
"Bash(git remote add:*)"
],
"deny": [],
"ask": []