-
Notifications
You must be signed in to change notification settings - Fork 2
log_llm wiki memory template
Chris Sweet edited this page May 20, 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