1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-10 09:54:26 +00:00
cnotes/cmd
Jason Hall 997a55970f
Add pretty-printed Markdown show command for conversation notes
- Added 'hooks notes show [commit]' command that defaults to HEAD
- Formats conversation context in readable Markdown with proper sections
- Shows commit info, session details, tools used, commit context, and conversation excerpt
- Updated documentation to recommend the show command over raw git notes
- Enhanced user experience for viewing conversation context

Usage:
  ./hooks notes show       # Show notes for latest commit
  ./hooks notes show abc123 # Show notes for specific commit
2025-07-21 12:43:34 -04:00
..
install.go Scaffold all 7 hook events and eliminate type casting 2025-07-21 12:01:55 -04:00
notes.go Add pretty-printed Markdown show command for conversation notes 2025-07-21 12:43:34 -04:00
root.go Initial implementation of Claude Code hooks in Go 2025-07-21 11:27:08 -04:00
run.go Initial implementation of Claude Code hooks in Go 2025-07-21 11:27:08 -04:00