Initial MVP

This commit is contained in:
2026-03-23 20:38:42 +00:00
commit f245c24928
57 changed files with 6812 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
schema: spec-driven
context: |
Tech stack: Python 3.11+, Click (CLI), SQLite (FTS5 + sqlite-vec), Docling, sentence-transformers
Distribution: pipx (PyPI package name: kb-search, CLI entry point: kb)
Storage: Single SQLite database at ~/.kb/kb.db
Config: TOML at ~/.kb/config.toml with ENV overrides
Domain: CLI knowledge base / retrieval engine for personal document search
Primary consumer: Claude Code skills (JSON output), secondary: human terminal use
Local-first: no cloud dependencies, embedding models downloaded from HuggingFace on init