Releases: cobusgreyling/llm-wiki
Releases · cobusgreyling/llm-wiki
Release list
v0.3.0 — ingest-status, qmd backend, domain examples
Highlights
wiki ingest-status— see which raw files still need source pageswiki search --backend qmd— optional hybrid search when the wiki scales- Richer demo — two ingested sources with synthesis revision and open contradiction
- Domain examples —
examples/research/(NLP papers),examples/reading/(book notes) - Better DX — Makefile, demo walkthrough script, CONTRIBUTING.md, issue templates
Install
pip install llm-wiki
wiki init my-wiki --gitFull changelog: https://github.com/cobusgreyling/llm-wiki/blob/main/CHANGELOG.md
v0.2.1
What's new
- README overhaul — comparison table, linear quick start, demo visuals
- Agent onboarding —
wiki initnow scaffolds.cursor/mcp.json,.mcp.json, andCLAUDE.mdwith paths pre-filled - Demo visuals — ingest flow and link-graph SVGs in
assets/ - Launch copy — ready-to-post drafts in
LAUNCH.md - Maintainer docs — PyPI setup moved to
MAINTAINERS.md
Install
pip install llm-wiki
pip install "llm-wiki[mcp]"Note: PyPI publish requires one-time trusted publisher setup on pypi.org — see MAINTAINERS.md.
v0.2.0
What's new
wiki init— scaffold a new wiki project from bundled templates (pip install llm-wiki && wiki init my-wiki --git)scripts/bootstrap.sh— shell wrapper for the init command- Search boosting — BM25 scores weight title (3×) and heading (1.5×) matches
- PyPI publishing — automated release workflow; install with
pip install llm-wiki
Install
pip install llm-wiki
pip install "llm-wiki[mcp]" # with MCP server