All notable changes to this project will be documented in this file.
Format based on Keep a Changelog. This project adheres to Semantic Versioning.
1.1.1 - 2026-04-18
- README badge row — license, release, stars, top language, last commit
docs/faq.md— 10 questions first-time users actually ask (paid plan, L1/L2 rationale, tool choice, credential safety, wiki growth thresholds)docs/troubleshooting.md— setup, wiki-app integration, Claude Code integration, and wiki-growth issues with symptom → cause → fix format- README "Documentation" section linking all five docs pages
- Documentation-only release. No code, schema, or command changes.
- Focus: adoption friction. The v1.1.0 feedback pointed at missing onboarding docs, not missing features.
1.1.0 - 2026-04-10
- 7 OpenSpec specifications with 162 EARS requirements and 66 BDD scenarios
ingest.md— 5-phase source processing pipelinequery.md— Search, synthesis, write-back, source attributionlint.md— 9 health checks with auto-fix rulesschema.md— Page types, property validation, format rulesconfig.md— Configuration loading and error handlingsetup.md— Interactive installer specificationl1-l2-routing.md— L1/L2 boundary decision logic
- GitHub issue templates (bug report, feature request)
- Pull request template with dual-tool testing checklist
- SECURITY.md with responsible disclosure process
.gitignorefor editor and OS files- CHANGELOG.md
setup.sh: Add prerequisite checks for python3 and gitsetup.sh: Addset -eo pipefailfor stricter error handlingsetup.sh: Validate namespace names (letters, numbers, hyphens only)setup.sh: Skip existing wiki pages instead of silently overwritingsetup.sh: Prompt before overwriting existingllm-wiki.yml
1.0.0 - 2026-04-07
First stable release.
/wiki ingest— 5-phase source processing pipeline (URL, file, text)/wiki query— Search, synthesis, and source attribution/wiki lint— 9 automated health checks with--fixauto-repair/wiki status— Wiki metrics and health dashboardsetup.sh— Interactive installer for Logseq and Obsidian- L1/L2 dual-layer cache architecture (CPU cache metaphor)
- Templates for both Logseq (outliner) and Obsidian (flat markdown)
- Schema with 5 page types: Entity, Project, Knowledge, Feedback, Hub
config.example.ymlfor reference configuration
- Credential leak detection (lint rule 6) scans for tokens, passwords, secrets
- L1/L2 security boundary: credentials stay in L1 (git-excluded), wiki is git-tracked