grepvec 0.1.0

Code intelligence for AI agents — structural search, graph context, precise source extraction
Documentation
/target/
.home/
test-data/

# Markdown: exclude all except README.md and docs/
# Internal design docs, research, briefs, and agent monologue stay local
*.md
!README.md
!docs/**/*.md
!docs/*.md
!CLAUDE.md

# grepvec config (may contain project-specific paths)
# Agent instructions and MCP config are generated by grepvec init
.grepvec/
.mcp.json

# Claude Code agent symlinks (generated by grepvec init)
.claude/agents/

# Credentials (never commit)
credentials
reports/