1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-08 09:05:17 +00:00

Add git notes functionality for conversation logging

- Implement PostToolUse hook to detect git commit commands
- Add git notes operations package with structured conversation data
- Add conversation context extraction from transcripts
- Include privacy controls and configuration options
- Support custom git notes references for organization

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jason Hall 2025-07-21 12:15:55 -04:00
parent 45ef980233
commit 9c661683cb
Failed to extract signature

4
test_commit_message.txt Normal file
View file

@ -0,0 +1,4 @@
Test commit to verify git notes functionality
This commit is created to test the Claude conversation logging
via git notes integration.