User Story
As a developer using sk, I want the system to auto-fire a mini-briefing after I commit code, surfacing only knowledge entries that touch the files I just modified.
Background
Cognee's Claude Code plugin captures tool calls via PostToolUse and injects relevant context back. sk has code-index --git-diff and a hooks system. Missing: when git commit completes, run git diff HEAD~1..HEAD --name-only, look up knowledge entries for changed files, emit scoped mini-briefing.
Acceptance Criteria
Complexity: M | Impact: H
Files: hooks/ (new handler), test_fixes.py
User Story
As a developer using sk, I want the system to auto-fire a mini-briefing after I commit code, surfacing only knowledge entries that touch the files I just modified.
Background
Cognee's Claude Code plugin captures tool calls via PostToolUse and injects relevant context back. sk has code-index --git-diff and a hooks system. Missing: when git commit completes, run git diff HEAD~1..HEAD --name-only, look up knowledge entries for changed files, emit scoped mini-briefing.
Acceptance Criteria
Complexity: M | Impact: H
Files: hooks/ (new handler), test_fixes.py