-
Notifications
You must be signed in to change notification settings - Fork 2
index_llm wiki memory template
Priscila Saboia Moreira edited this page Jun 25, 2026
·
17 revisions
type: index up: "Home_llm-wiki-memory-template"
Catalog of all wiki pages, organized by category.
- Home: project summary and navigation
- Schema: conventions and operations reference
- Log: chronological record of wiki activity
- Wiki-LLM-Pattern: compounding wiki vs RAG, three-layer architecture
- Three-Operations: Query, Ingest, Lint
- Template-vs-Derived-Projects: template scaffolding vs instantiated project
- Governance: three-tier model (base / variant / derived project), placement rule for new features, rebase discipline as variants proliferate
- Agent-Overlays: Claude Code, Cursor, none
- Typed-Edges-and-Frontmatter: frontmatter conventions, edges as interface operations
- Knowledge-Graph-Pipeline (PR #14): 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_FILEScontract for template updates - Test-Harness (in review, PR #10): bash test harness + GitHub Actions workflow for structural validation
- Multi-Agent-Write-Protocol (aspirational): collision-free multi-agent writes via OCC with semantic retry
- Adopt-Existing-Repo-Design (in design, issue #6): inverted-authority adoption path for existing repos, ADD allowlist + host-owned TOUCH grants computed at runtime
- Lesson-Parallel-File-Drift: same content in two files
- Lesson-Hook-Type-Matters: prompt-type hooks cannot be advisory
- Lesson-Validation-Methodology: structural + behavioral testing
- Lesson-Template-Contribution-Discipline: four universal rationalizations for AI agents contributing PRs to the template itself (single-writer default, scope creep, speculative PR numbers, state-locking test assertions). Sister page to Discipline-Gates at the contribution layer
-
Lesson-Gitignore-Anchor-Propagation: leading-slash
.gitignoreentries anchor to whatever repo they end up in; shipping a template-local block throughALWAYS_FILESsilently shadowed derived projects' realCLAUDE.mdand.claude/paths (2026-06-18 bug report against template HEAD80e2ee6, fix in PR #39) -
Lesson-Bash32-Empty-Array-Hazard: on macOS bash 3.2 +
set -u,"${arr[@]}"of a never-pushed empty declared array firesunbound variable; invisible on Linux bash 4+ so only surfaces when a fixture's grant pattern reaches the asymmetric empty-array case on macOS CI (2026-06-25,feature/adopt-shTier-1 fixture, fix in commit57457db)
- Limitation-Prompt-Injection-Residual: 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 undergraduate tutor
-
Lessons-Learned-From-model_fusion: field report from a long Claude Code session in
PaperAnalyticalDeviceND/model_fusion(NIR + PAD pharma analytics, 43 wiki pages, ~5 months of curation). Surfaces 12 implementation gaps verified against current template HEAD88f4624(2026-06-12): 0 fully addressed, 3 partial, 9 still missing. The separate "recursive bootstrap" finding is RESOLVED in PR #25 viascripts/instantiate.sh --dev-self -
Analysis-of-model_fusion-Recommendations: assessment of the 12 recommendations above. Endorses #1, #4, #8, #9(b) as the high-value cluster; pushes back on #10 (variant proliferation), #6 (wrong mechanism — belongs in lint over the KG), #11 (overlaps with auto-compact), #2 (false-positive risk). First page filed under
type: analysis, which is itself recommendation #4 — the page is empirical evidence for the gap -
Analysis-of-Wiki-Push-Race-Pattern: reclassification of Multi-Agent-Write-Protocol from "aspirational" to "empirically needed, prototype shipped, wiring is the gap" based on a 2026-06-12 production collision in
web_forager(3-4 human+agent teams; 20 commits of drift in the interim; log file conflict; ~3 min manual recovery). Recommends wiringwiki_pushinto the agent overlay's actual write path; rename the proto dir; pre-push hook as belt-and-suspenders. Secondtype: analysispage -
OKF-Alignment-Ideas: working analysis of whether and how to align with Google's Open Knowledge Format v0.1. Includes empirical GitHub Wiki link-rendering results (only
[[wikilink]]is existence-checked; OKF's[name](/path.md)form is broken in GitHub Wiki) and a recommendation across three vectors (frontmatter superset, drop reserved-filename namespacing once Obsidian aggregation moves to subdirectory-per-wiki, migrate body links to[[wikilinks]]). Thirdtype: analysispage
- 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