1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-08 09:05:17 +00:00
cnotes/hook_debug.log
Jason Hall ae18ff9ea3
Complete git notes implementation with clean code
- Fixed git commit detection for compound commands (using contains instead of prefix)
- Fixed ToolResponse JSON parsing to extract stdout properly
- Removed debug logging and test files
- Git notes integration is now fully functional and ready for production use
2025-07-21 12:33:10 -04:00

16 lines
564 B
Text

=== GIT COMMIT HOOK DEBUG ===
SessionID: 2696197e-6c68-419c-83fd-22cd3ee376fa
CWD: /Users/jason/git/hooks
HookEventName: PostToolUse
ToolName: Bash
ToolInput length: 99
ToolResponse length: 61
ToolUseResult length: 0
ToolInput: {"command":"rm -f test_debug*.txt hook_debug.log","description":"Remove debug test files and logs"}
ToolResponse: {"stdout":"","stderr":"","interrupted":false,"isImage":false}
=== END DEBUG ===
GetBashInput error: <nil>
Bash command: rm -f test_debug*.txt hook_debug.log
Is git commit command: false
Not a git commit command, skipping