-
Notifications
You must be signed in to change notification settings - Fork 2
Home_llm wiki memory template
Chris Sweet edited this page May 31, 2026
·
13 revisions
type: index up: "WIKI-INDEX"
Wiki for the llm-wiki-memory-template repository: a template that gives any project a persistent, LLM-maintained, cross-linked Markdown wiki as durable memory, plus the agent-specific surfaces to make the pattern usable from Claude Code, Cursor, or other coding assistants.
This wiki is itself an instance of the pattern it documents. The pages here capture how the template works, why each piece exists, what we have learned from real PRs and reviews, and what remains open.
- Index: full catalog of all wiki pages
- Log: chronological record of wiki updates
- Schema: conventions and operations reference
- Wiki-LLM-Pattern: the underlying idea, compounding wiki vs RAG, three-layer architecture
- Three-Operations: Query, Ingest, Lint as the codified agent interface
- Template-vs-Derived-Projects: template scaffolding vs instantiated project
- Governance: three-tier model (base / variant / derived project), when to fork a variant, rebase discipline as variants proliferate
- Agent-Overlays: Claude Code, Cursor, none; same pattern, different surfaces
- Typed-Edges-and-Frontmatter: frontmatter conventions, edges as interface operations
-
Knowledge-Graph-Pipeline (designed, not yet implemented):
scripts/kg/, Fuseki, SPARQL over wiki frontmatter - Verification-Gate: four-criteria pre-commit gate (PR #1)
- Discipline-Gates: universal rationalizations always wrong (PR #1)
- PostToolUse-Hook: advisory write-time reminder
-
Log-Entry-Attribution:
by:line + one commit per entry (PR #4) -
Sync-Flow:
ALWAYS_FILEScontract for propagating template updates
- Lesson-Parallel-File-Drift: same content in two files is a footgun
- Lesson-Hook-Type-Matters: prompt-type hooks cannot be advisory
- Lesson-Validation-Methodology: structural + behavioral testing protocol
- Limitation-Prompt-Injection-Residual: the dominant residual risk
- Limitation-Inverse-Edges-Missing: issue #3, no declared edge inverses
-
Limitation-Untested-Overlays: Cursor and
nonenot behaviorally validated
- Applied-Example-Microelectronics-Tutor-Demo: wiki-llm as an undergraduate tutor
- Implementation-Status: current real vs aspirational classification for every wiki page
- Wiki-Corrections-Log: chronological record of corrections made to align the wiki with code
This wiki is human-readable on GitHub or any Markdown renderer. Start at the Index to see all pages organized by category, or read the Schema for conventions when adding new pages.