1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-08 09:05:17 +00:00
cnotes/internal/handlers
Jason Hall 63b1b07c85
Document git notes integration for conversation logging
Add comprehensive documentation for the git notes functionality:
- Example usage and real-world scenarios
- Commands for viewing conversation context attached to commits
- Configuration options via .claude/notes.json
- Privacy controls and sensitive data filtering
- Team collaboration workflows for sharing git notes
- Complete JSON example showing structured conversation data

Users can now easily understand how to view and configure the
automatic conversation context attachment to their git commits.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-21 12:27:12 -04:00
..
gitcommit.go Document git notes integration for conversation logging 2025-07-21 12:27:12 -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