-
Notifications
You must be signed in to change notification settings - Fork 2
log_llm wiki memory template
Chris Sweet edited this page May 31, 2026
·
38 revisions
type: index up: "Home_llm-wiki-memory-template"
Chronological record of wiki activity.
- by: Chris Sweet via claude-code
- Scaffolded wiki structure with namespaced navigation files (Home, index, log, SCHEMA) authored to match the canonical create-mode output of
wiki/init-wiki.sh - Wiki cloned to sibling path
../llm-wiki-memory-template.wiki/rather thanwiki/<repo>.wiki/to avoid semantic collision with the template'swiki/scaffolding directory; consequence:Home_<repo>up: "[[WIKI-INDEX]]"is a deliberate dangling reference for this layout - Ready for first ingest
- by: Chris Sweet via claude-code
- Authored 18 content pages across five categories: foundation (5: Wiki-LLM-Pattern, Three-Operations, Template-vs-Derived-Projects, Agent-Overlays, Typed-Edges-and-Frontmatter), mechanisms (6: Knowledge-Graph-Pipeline, Verification-Gate, Discipline-Gates, PostToolUse-Hook, Log-Entry-Attribution, Sync-Flow), lessons (3: Parallel-File-Drift, Hook-Type-Matters, Validation-Methodology), limitations (3: Prompt-Injection-Residual, Inverse-Edges-Missing, Untested-Overlays), and applied examples (1: Microelectronics-Tutor-Demo)
- Captured the substance of merged PRs: PR #1 (discipline gates, verification gate, PostToolUse hook) and PR #4 (log entry attribution, one-commit-per-entry), including the review feedback patterns and post-mortem lessons surfaced during structural + behavioral testing
- Filed three open limitations explicitly: prompt-injection residual risk (not pattern-specific), missing edge inverses (issue #3, surfaced during PR #4 behavioral testing), and untested non-Claude-Code overlays (Cursor, none)
- Used typed edges (
extends:,criticizes:,supports:) wherever the relationship is clear; treatedcriticizes:as the right edge from a Limitation page to the concept it limits, and from a Lesson page to the prior approach it corrects - Index updated with all 18 pages organized by category; every page has at least 2 outbound links and a See also section
- Verification gate criteria all pass: index updated, log entry being appended (this one), cross-references bidirectional, frontmatter present and non-
untypedon every page
- by: Chris Sweet via claude-code
- Filed Governance in the Foundation category in response to the wiki-llm pattern spreading beyond the base template into specialized variants (chrissweet/llm-wiki-tutor-template, with codebase-onboarding and grant-authoring siblings under discussion after the symposium demo and SIMBA collaboration)
- The page extends Template-vs-Derived-Projects by introducing a third tier (variant template) between the base and an instantiated project; the placement rule, fork-vs-flag criteria, rebase discipline, graduation trigger, and ownership / drift detection all derive from the three-tier model
- Cross-references the existing Sync-Flow for the ALWAYS_FILES contract (escalated one tier — variants rebase from base the same way derived projects rebase from variants) and Lesson-Parallel-File-Drift for the same footgun escalated to the variant tier
- Three open questions flagged for resolution as the variant population grows beyond two or three: variant discovery, versioning (pin to SHA vs HEAD), cross-variant features
- Home and Index updated in the Foundation category adjacent to Template-vs-Derived-Projects
[2026-05-31] lint | Reconcile wiki with template code; flag KG aspirational; fix none-overlay framing
- by: Chris Sweet via claude-code
- Audited the wiki against
crcresearch/llm-wiki-memory-templatemainafter reading all 24 pages. Triggered by an MVP-planning exercise that needed accurate references to template wiki pages. - Three substantive drifts found, all corrected in commit 8601db0:
-
Knowledge-Graph-Pipeline was described as implemented across 8 pages; reality is
scripts/kg/build-graph.shdoes not exist onmain. Flaggedstatus: aspirationalwith a "NOT YET IMPLEMENTED" banner; the design content preserved. Citations on the 7 dependent pages (Home, index, SCHEMA, Wiki-LLM-Pattern, Three-Operations, Typed-Edges-and-Frontmatter, Limitation-Inverse-Edges-Missing) softened to "designed, not yet implemented". -
Limitation-Untested-Overlays and Agent-Overlays misframed
--agent=none(a no-install flag ininstantiate.sh) as awiki/agents/none/overlay. Reframed; minimal mode now described accurately as no-install. Also fixed: the claim that the README uses the phrase "untested-live"; actual README uses "Shipped but not yet validated" and "Likewise unvalidated". -
Sync-Flow's ALWAYS_FILES section mixed contents from four arrays and listed
scripts/kg/*.sh(nonexistent). Section rewritten to accurately describe all five arrays (ALWAYS_FILES, CLAUDE_FILES, CURSOR_FILES, ONE_SHOT_FILES, SUBSTITUTE_FILES) with file lists from the current sync scripts.
-
Knowledge-Graph-Pipeline was described as implemented across 8 pages; reality is
- New pages: Implementation-Status (single normative source for real vs aspirational) and Wiki-Corrections-Log (append-only record of drift fixes). Home and Index gained a "Governance and meta" section linking both.
- Withdrew an earlier flag against Lesson-Parallel-File-Drift on full re-read: the page accurately describes the
CLAUDE.md.templatevsclaude-md-snippet.mdpair (instantiate.shpath vssetup.sh --seed-memorypath). No edit needed there. - Verification debts noted in Wiki-Corrections-Log but not resolved this round: Applied-Example-Microelectronics-Tutor-Demo status staleness (page predates the 2026-05-19 talk; today is 2026-05-31); the permission-model claims in Limitation-Prompt-Injection-Residual; the existence of
chrissweet/llm-wiki-tutor-templatecited by Governance. - Convention note: this lint entry is filed retroactively. The Verification Gate criterion "log entry appended" was missed in the 8601db0 commit cycle; the convention requires one commit per log entry, so this entry is its own commit and references the prior content commit by SHA.