Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
keeba
command
Command keeba bootstraps an AI-native wiki: schema discipline, drift detection, MCP integration, ingest agents.
|
Command keeba bootstraps an AI-native wiki: schema discipline, drift detection, MCP integration, ingest agents. |
|
internal
|
|
|
bench
Package bench measures the token-and-time saving of querying via the keeba wiki versus reading the raw source corpus end-to-end.
|
Package bench measures the token-and-time saving of querying via the keeba wiki versus reading the raw source corpus end-to-end. |
|
cli
Package cli wires up keeba's Cobra command tree.
|
Package cli wires up keeba's Cobra command tree. |
|
config
Package config loads keeba.config.yaml and exposes the merged configuration used by the lint, drift, and meta subsystems.
|
Package config loads keeba.config.yaml and exposes the merged configuration used by the lint, drift, and meta subsystems. |
|
embed
Package embed provides keeba's vector-embedding plumbing: an Embedder interface, hosted implementations (Voyage, OpenAI), and a deferred "local" stub that points users at v0.3 for offline embedding.
|
Package embed provides keeba's vector-embedding plumbing: an Embedder interface, hosted implementations (Voyage, OpenAI), and a deferred "local" stub that points users at v0.3 for offline embedding. |
|
ingest
Package ingest holds the in-process executors for keeba's ingest agents.
|
Package ingest holds the in-process executors for keeba's ingest agents. |
|
lint
Package lint implements keeba's wiki schema rules, citation drift detection, and the meta + xref index builders.
|
Package lint implements keeba's wiki schema rules, citation drift detection, and the meta + xref index builders. |
|
llm
Package llm wraps the Anthropic Messages API for keeba's bench.
|
Package llm wraps the Anthropic Messages API for keeba's bench. |
|
mcp
Package mcp implements a minimal Model Context Protocol (MCP) server over stdio.
|
Package mcp implements a minimal Model Context Protocol (MCP) server over stdio. |
|
scaffold
Package scaffold writes a fresh wiki repo from embedded templates.
|
Package scaffold writes a fresh wiki repo from embedded templates. |
|
search
Package search provides a pure-Go BM25 index over a wiki tree.
|
Package search provides a pure-Go BM25 index over a wiki tree. |
Click to show internal directories.
Click to hide internal directories.