Skip to content

v0.3.3

Choose a tag to compare

@clemlesne clemlesne released this 14 Mar 18:38
· 76 commits to main since this release

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:

  1. Installing the binary and universal-ctags
  2. Running a test search
  3. Learning query syntax (sym:, file:, lang:, content:, etc.)
  4. Discovering project-specific example queries
  5. Writing concise instructions to the project's agent config (CLAUDE.md, AGENTS.md, .cursorrules, etc.)

Full Changelog: v0.3.2...v0.3.3