v0.3.3
What's Changed
Agent integration bootstrap prompt
Added a copy-paste bootstrap prompt to the README Install section that lets any AI coding agent (Claude Code, Codex, Cursor, Amp, etc.) install seek, test it, discover project-specific examples, and write usage instructions to the project's agent config file — all in one shot.
The prompt walks the agent through:
- Installing the binary and universal-ctags
- Running a test search
- Learning query syntax (sym:, file:, lang:, content:, etc.)
- Discovering project-specific example queries
- Writing concise instructions to the project's agent config (CLAUDE.md, AGENTS.md, .cursorrules, etc.)
Full Changelog: v0.3.2...v0.3.3