1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-08 00:55:37 +00:00
cnotes/cmd
Jason Hall 01ba9278ba
Only register PostToolUse hook during installation
Since cnotes only handles PostToolUse events (and ignores all others),
update the installation to only register for that specific event rather
than all available hook events. This reduces unnecessary hook calls.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-21 16:59:28 -04:00
..
install.go Only register PostToolUse hook during installation 2025-07-21 16:59:28 -04:00
notes.go Add configurable emojis for user and assistant messages 2025-07-21 14:41:19 -04:00
root.go Implement proper deduplication using last event timestamp tracking 2025-07-21 14:51:00 -04:00