Skip to content

feat: search enrichment via PreToolUse hooks#248

Open
gzenz wants to merge 1 commit intotirth8205:mainfrom
gzenz:feat/search-enrichment
Open

feat: search enrichment via PreToolUse hooks#248
gzenz wants to merge 1 commit intotirth8205:mainfrom
gzenz:feat/search-enrichment

Conversation

@gzenz
Copy link
Copy Markdown
Contributor

@gzenz gzenz commented Apr 12, 2026

Summary

  • Add enrich.py that enriches Grep/Glob/Read results with graph context (callers, callees, tests, community)
  • Uses FTS5 for fast symbol lookup against the graph database
  • Designed as a PreToolUse hook for Claude Code integration
  • 24 new tests

Split from #158 (3/5). Independent -- targets main.

Test plan

  • 594 tests pass (24 new), 0 failures
  • All enrichment tests pass in isolation

🤖 Generated with Claude Code

Add enrich.py that enriches Grep/Glob/Read results with graph context:
- Automatically appends callers, callees, test coverage, and community
  info to search results matching known graph nodes
- Uses FTS5 for fast symbol lookup against the graph database
- Designed as a PreToolUse hook for Claude Code integration
@gzenz gzenz force-pushed the feat/search-enrichment branch from 6e66b4a to 7036777 Compare April 12, 2026 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant