v0.1.0-alpha — first public release
Pre-release
Pre-release
First public release. Pre-alpha — surface is wired end-to-end, decisions on shape may still flip.
Install
go install github.com/aomerk/keeba/cmd/keeba@v0.1.0-alpha
keeba --version # → keeba v0.1.0-alphaWhat's in the box
| Command | What it does |
|---|---|
keeba init [name] |
Scaffolds a fresh wiki repo with SCHEMA, index, log, agents, .mcp.json, lint/meta workflows. |
keeba lint |
Schema rules: title, summary, sources, see-also, wikilinks, filename casing, frontmatter. |
keeba drift |
Citation drift over configurable repo prefixes. |
keeba meta |
Builds _meta.json + _xref/<repo>.json for token-cheap agent reads. |
keeba search QUERY |
Pure-Go BM25 keyword search. No embeddings, no API keys. |
keeba bench |
Wiki-vs-raw token benchmark with default code-project questions. |
keeba ingest git|slack |
Drops a tested agent prompt template into agents/ for your AI tool. |
keeba mcp serve |
Stdio MCP server (protocol 2024-11-05) — query_documentation tool. |
Bench number from the dogfood
keeba: 126.8× cheaper, 27.5× faster (5 questions)
Next up (v0.2)
- Vector search (sqlite-vec + sentence-transformers default; Voyage / OpenAI as opt-in).
- Direct execution of ingest agents.
- Cursor + Codex MCP scaffolding.
keeba bench --difffor tracking ratio drift.- Homebrew tap.
🤖 Released with Claude Code