Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ef0a3b5
docs(hooks): Add comprehensive hooks system documentation
claude Dec 27, 2025
8d3a921
docs(hooks): Add missing PreCompact, Stop, env, and permissions docs
claude Dec 27, 2025
bc9886f
docs(hooks): Add complete CLI reference with all intelligence commands
claude Dec 27, 2025
efc718b
docs(hooks): Clarify current vs planned implementation status
claude Dec 27, 2025
b3b6e00
chore(intelligence): Update learning data from hook testing
claude Dec 27, 2025
4ab66c7
feat(cli): Implement full hooks system in Rust CLI
claude Dec 27, 2025
dbab8cb
feat(npm): Implement hooks in @ruvector/cli npm package
claude Dec 27, 2025
313a190
feat(hooks): Add PostgreSQL storage with JSON fallback
claude Dec 27, 2025
0457a27
feat(hooks): Complete feature parity and add PostgreSQL support
claude Dec 27, 2025
a38bebe
fix(hooks): Make init create .claude/settings.json in both CLIs
claude Dec 27, 2025
3328664
perf(hooks): Add LRU cache, compression, shell completions
claude Dec 27, 2025
8a20c13
fix(hooks): Add Windows compatibility for home directory detection
claude Dec 27, 2025
b340971
Merge origin/main into claude/implement-hooks-docs-FXQ35
claude Dec 28, 2025
3ba8d2d
docs: Add Self-Learning Intelligence Hooks section to README
claude Dec 28, 2025
b21f207
docs: Add simpler introduction for Self-Learning Hooks
claude Dec 28, 2025
5b1996a
docs: Add technical details and architecture to Hooks section
claude Dec 28, 2025
7fa4510
fix: Add missing Stop and PreCompact hooks to init
claude Dec 28, 2025
31f9908
feat: Add comprehensive Claude Code hook coverage with optimizations
claude Dec 28, 2025
26c75dc
docs: Update README with new hooks commands and fix typo
claude Dec 28, 2025
d1e48f2
fix: Fix postgres feature compilation errors
claude Dec 29, 2025
0d7dfa0
feat: Add --postgres flag to hooks init for automatic schema setup
claude Dec 29, 2025
49a8653
feat: Add Claude Code v2.0.55+ feature integrations
claude Dec 29, 2025
64d1da0
chore: Update settings.json to use Rust CLI hooks
claude Dec 29, 2025
c76ee1b
docs: Update README with 34 commands and v2.0.55+ features
claude Dec 29, 2025
d313d2d
feat(npm): Add Claude Code v2.0.55+ commands to npm CLI
claude Dec 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions .claude/intelligence/data/feedback.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,28 +337,20 @@
"timestamp": "2025-12-25T21:48:14.975Z"
},
{
"id": "sug-1766893376690",
"suggested": "coder",
"confidence": 0,
"id": "sug-1766795726259",
"suggested": "rust-developer",
"confidence": 0.8008878553727657,
"followed": null,
"outcome": null,
"timestamp": "2025-12-28T03:42:56.690Z"
"timestamp": "2025-12-27T00:35:26.259Z"
},
{
"id": "sug-1766893384183",
"id": "sug-1766795757011",
"suggested": "tester",
"confidence": 0,
"followed": null,
"outcome": null,
"timestamp": "2025-12-28T03:43:04.183Z"
},
{
"id": "sug-1766893384730",
"suggested": "coder",
"confidence": 0,
"followed": null,
"outcome": null,
"timestamp": "2025-12-28T03:43:04.730Z"
"timestamp": "2025-12-27T00:35:57.011Z"
}
],
"followRates": {
Expand Down
Loading
Loading