1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-10 09:54:26 +00:00
cnotes/internal/handlers
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
..
gitcommit.go Complete git notes implementation with clean code 2025-07-21 12:33:10 -04:00
goimports.go Complete hooks implementation with comprehensive features 2025-07-21 11:27:18 -04:00
handlers.go Scaffold all 7 hook events and eliminate type casting 2025-07-21 12:01:55 -04:00
notification.go Scaffold all 7 hook events and eliminate type casting 2025-07-21 12:01:55 -04:00
posttooluse.go Scaffold all 7 hook events and eliminate type casting 2025-07-21 12:01:55 -04:00
precompact.go Scaffold all 7 hook events and eliminate type casting 2025-07-21 12:01:55 -04:00
pretooluse.go Complete hooks implementation with comprehensive features 2025-07-21 11:27:18 -04:00
stop.go Scaffold all 7 hook events and eliminate type casting 2025-07-21 12:01:55 -04:00
subagentstop.go Scaffold all 7 hook events and eliminate type casting 2025-07-21 12:01:55 -04:00
userprompt.go Scaffold all 7 hook events and eliminate type casting 2025-07-21 12:01:55 -04:00