Skip to content

Wiki Corrections Log

Chris Sweet edited this page May 31, 2026 · 6 revisions

type: log up: "Home_llm-wiki-memory-template" tags: [corrections, governance, log]

Wiki Corrections Log

Chronological record of corrections made to wiki pages where they did not match the template code on main. Append-only: each entry is the receipt for one drift fix. See Implementation-Status for the current real vs aspirational classification.

The wiki was authored from project notes after the code shipped, so some pages describe the design as imagined rather than the code as written. This log records the receipts as those gaps are closed.

2026-05-31

Audit triggered by an MVP-planning exercise that needed accurate references to template wiki pages. Cross-checking the wiki against crcresearch/llm-wiki-memory-template main surfaced three substantive drifts. All corrected in a single commit; this log entry is the receipt.

  • by: Chris Sweet via claude-code

  • Knowledge-Graph-Pipeline: was presented as an implemented feature (scripts/kg/build-graph.sh, Fuseki at localhost:3030/wiki/sparql). Reality: no scripts/kg/ directory exists in the template repo. Now flagged status: aspirational in frontmatter with a "NOT YET IMPLEMENTED" banner; the design content is preserved as a target. Citations on 7 other pages (Home_llm-wiki-memory-template, index_llm-wiki-memory-template, SCHEMA_llm-wiki-memory-template, Wiki-LLM-Pattern, Three-Operations, Typed-Edges-and-Frontmatter, Limitation-Inverse-Edges-Missing) softened to make the aspirational status visible at every mention.

  • Limitation-Untested-Overlays: claimed wiki/agents/none/ overlay exists. Reality: --agent=none in instantiate.sh is a no-install flag; there is no wiki/agents/none/ directory. Page now describes the minimal-mode flag accurately. Also fixed: the claim that the README uses the phrase "untested-live"; the actual README uses "Shipped but not yet validated" and "Likewise unvalidated".

  • Agent-Overlays: the "Current overlays" table listed none alongside claude-code and cursor as if it were a third overlay. Restructured: true overlays now in one table; minimal mode (--agent=none) described in a separate subsection that names what it actually is.

  • Sync-Flow: the "contract: ALWAYS_FILES" section mixed contents from four separate arrays (ALWAYS_FILES, CLAUDE_FILES, CURSOR_FILES, ONE_SHOT_FILES) and listed scripts/kg/*.sh (nonexistent). Section rewritten to accurately describe all four arrays plus SUBSTITUTE_FILES, with the actual file lists from the sync scripts.

This entry coincides with the creation of Implementation-Status and this log itself.

Verification debts noted but not corrected this round

  • Applied-Example-Microelectronics-Tutor-Demo: status section is from before the 2026-05-19 conference talk; today is 2026-05-31. Likely stale; requires a check against the demo project's current state.
  • Limitation-Prompt-Injection-Residual: describes the permission model in .claude/settings.json.template; the specific claims were not audited against the file this round.
  • Governance: references chrissweet/llm-wiki-tutor-template as an existing variant; the repo's existence was not verified this round.

See also

Clone this wiki locally