Skip to content

Home_llm wiki memory template

Chris Sweet edited this page Jun 12, 2026 · 13 revisions

type: index up: "WIKI-INDEX"

llm-wiki-memory-template

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.

Navigation

  • Index: full catalog of all wiki pages
  • Log: chronological record of wiki updates
  • Schema: conventions and operations reference

Foundation

Mechanisms

  • Knowledge-Graph-Pipeline (PR #14): scripts/kg/, rdflib + pyshacl in-process; SPARQL over wiki frontmatter, optional Fuseki
  • 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_FILES contract for propagating template updates
  • Test-Harness (in review, PR #10): bash test harness + GitHub Actions workflow for structural validation of template changes
  • Multi-Agent-Write-Protocol (aspirational): OCC-with-semantic-retry write protocol for wikis with multiple LLM-agent writers; prevents push-level collisions by construction

Lessons learned

Open limitations

Applied examples

Governance and meta

Getting Started

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.

Clone this wiki locally