Skip to content

v0.2.0

Choose a tag to compare

@cobusgreyling cobusgreyling released this 03 Jul 13:30
· 4 commits to main since this release

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