Highlights
ThinkWiki v1.6.0 turns the graph into a schema v2 content knowledge graph, adds entity governance and merge workflows, and introduces serve so Agent Skills hosts can browse HTML outputs at http://127.0.0.1:8765/.
Added
- Added a schema v2 content knowledge graph with
default_view = knowledge, including page-backed nodes, extractedclaimnodes, and semantic relations such asabout,belongs_to,depends_on,asserts,supports,contradicts, andsuggests_related_to. - Added entity governance to the knowledge graph so page-backed entity nodes now carry aliases, can surface ambiguous identity collisions, and participate in deterministic merge review workflows.
- Added an
entity-merge-reviewcommand that writesoutput/graph/entity-merge-review.{json,md,html}for manual review of ambiguous entity alias groups. - Added
entity-merge-applyso users can canonicalize one entity page, convert the rest into merged stubs, and rebuild downstream viewer / graph / governance outputs in one deterministic step. - Added
entity-merge-apply --dry-runso users can generateoutput/graph/entity-merge-plan.{json,md,html}before writing any entity pages. - Added a
servecommand that exposes<wiki-root>/output/over loopback HTTP (defaulthttp://127.0.0.1:8765/) so agent hosts can browse inbox, viewer, graph, and governance pages in a browser. - Added
README.zh.mdas the Chinese project overview alongside the English README.
Changed
- Updated HTML workbench outputs (
output/index.html, inbox, viewer, graph, and governance pages) to English so repository-facing previews and agent-host browsing stay consistent. - Refreshed demo wiki outputs and README screenshot assets to match the current English HTML workspace.
- Rewrote
README.mdandSKILL.mdaround Agent Skills installation and conversational usage, including supported agent hosts and the recommendedserveworkflow for browsing HTML outputs. - Updated
graph-report,status,health, andoutput/index.htmlso entity counts, alias counts, ambiguous alias groups, and ambiguous entity counts are surfaced across terminal summaries and HTML workbench outputs. - Updated graph construction and ingest so merged entity stubs continue to resolve old titles and aliases to the canonical entity page without polluting the active knowledge graph.
- Updated the output home so
entity-merge-review.htmlandentity-merge-plan.htmlare treated as first-class governance artifacts alongside the graph report.
Install
Ask your Agent to install the skill from https://github.com/wzdavid/ThinkWiki , or clone the repo and run:
python3 scripts/thinkwiki bootstrap
python3 scripts/thinkwiki doctor --repo-root .Browse HTML outputs
python3 scripts/thinkwiki serve --root /path/to/my-wikiThen open http://127.0.0.1:8765/index.html.