-
Notifications
You must be signed in to change notification settings - Fork 2
Wiki Corrections Log
type: log up: "Home_llm-wiki-memory-template" tags: [corrections, governance, 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.
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 atlocalhost:3030/wiki/sparql). Reality: noscripts/kg/directory exists in the template repo. Now flaggedstatus: aspirationalin 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=noneininstantiate.shis a no-install flag; there is nowiki/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
nonealongsideclaude-codeandcursoras 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 listedscripts/kg/*.sh(nonexistent). Section rewritten to accurately describe all four arrays plusSUBSTITUTE_FILES, with the actual file lists from the sync scripts.
This entry coincides with the creation of Implementation-Status and this log itself.
- 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-templateas an existing variant; the repo's existence was not verified this round.
- Implementation-Status: current real vs aspirational classification
- Lesson-Validation-Methodology: structural + behavioral validation, the practice that would catch this drift earlier