[0.10.0] - 2026-06-14
Adds a review-policy gate for generated knowledge, a full Open Knowledge Format (OKF) export/import round-trip, and a Mintlify documentation site.
Added
- Review policy —
.llmwiki/config.jsoncan now hold risky generated pages for review during normalcompileandrefresh --staleruns. Policies can hold low-confidence, contradicted, schema-violating, provenance-violating, or all pages. Held candidates record structured reasons, andreview list/review showsurface those reasons for reviewers. - Open Knowledge Format export —
llmwiki export --target okf [--out <dir>]writes an OKF-style bundle withindex.md, per-pageconcepts/andqueries/docs, copied cited references, and a date-groupedlog.md. OKF export is opt-in because it writes a directory bundle rather than a single file. - Open Knowledge Format import —
llmwiki import --okf <dir> [--dry-run] [--trusted]reads OKF bundles. The default path stages imported pages as review candidates;--dry-runpreviews the plan without writes;--trustedwrites valid pages directly intowiki/for bundles you already trust. - OKF re-export honesty — imported foreign OKF pages preserve raw foreign
typevalues and producer-specific frontmatter while refreshing llmwiki's ownx-llmwikimetadata. Re-export derives standard fields such as title, description, tags, and timestamp from the current page so local edits are reflected. - Mintlify documentation site — product documentation now lives under
docs/, with dedicated pages for getting started, CLI commands, core concepts, configuration, guides, and troubleshooting.
Changed
- OKF import marks imported pages with durable imported provenance, including an
okf:<bundle>source token, original OKF path, and original OKF frontmatter snapshot. - The review queue now supports imported candidates in addition to forced and policy-held candidates.
Fixed
- The committed
node_modulessymlink was removed from the repository, so fresh clones and worktrees can use a normalnpm ciinstall without inheriting a missing parent-level dependency tree.
Contributors
No external contributors in this release.