Skip to content

Releases: cobusgreyling/llm-wiki

v0.3.0 — ingest-status, qmd backend, domain examples

Choose a tag to compare

@cobusgreyling cobusgreyling released this 04 Jul 19:12

Highlights

  • wiki ingest-status — see which raw files still need source pages
  • wiki search --backend qmd — optional hybrid search when the wiki scales
  • Richer demo — two ingested sources with synthesis revision and open contradiction
  • Domain examplesexamples/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 --git

Full changelog: https://github.com/cobusgreyling/llm-wiki/blob/main/CHANGELOG.md

v0.2.1

Choose a tag to compare

@cobusgreyling cobusgreyling released this 03 Jul 13:54

What's new

  • README overhaul — comparison table, linear quick start, demo visuals
  • Agent onboardingwiki init now scaffolds .cursor/mcp.json, .mcp.json, and CLAUDE.md with 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

Choose a tag to compare

@cobusgreyling cobusgreyling released this 03 Jul 13:30

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