lint: reconcile classifications after cluster + PR6 land
Five model_fusion-cluster PRs (#28-#32) merged on 2026-06-12 and PR6
(#33, wiki-write-protocol rename) opened with CI green on 2026-06-13.
Implementation-Status, Multi-Agent-Write-Protocol, and Limitation-
Inverse-Edges-Missing still classified all of this work in its pre-merge
form. Bringing them to current state.
Implementation-Status:
- Five new Implemented rows for PRs #28-#32 (Memory boundary, analysis
+ decision page types, SessionStart auto-load, inverse-edge
vocabulary, Home category-nav). Each row names the specific files
that landed and the Analysis-of-model_fusion-Recommendations rec it
closes.
- The previously single Aspirational Multi-Agent-Write-Protocol row
split into three: production wiring (PR7, planned), inverse-edge
upstream SHACL spec (deferred), inverse-edge PostToolUse write-time
check (deferred).
- New In-review row for PR #33 (PR6 rename, CI green, mergeStateStatus
CLEAN).
Multi-Agent-Write-Protocol banner: appended a 2026-06-13 update
referencing PR #33 and the PR6/PR7 housekeeping-then-wiring split.
Limitation-Inverse-Edges-Missing: substantively rewritten. Title now
"(Partially Closed)". The proposed-fix snake-case inverse names
(extended-by:, supported-by:, criticized-by:) replaced with the
camelCase names that PR #31 actually shipped (extendedBy, supportedBy,
criticizedBy) and that match Edge-Types.md.template. The "KG
materialises inverses, agents do not author them" stance made explicit.
New "What remains" section names the upstream SHACL gap and the
optional PostToolUse check. Status: in-repo half closed, upstream half
+ write-time check still pending.
Wiki-Corrections-Log entry appended with the receipt.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
lint: refresh Lessons-Learned-From-model_fusion to HEAD 88f4624
Page declared verification against fc2472a (2026-06-04), an unresolvable
fork-local SHA. Refreshed against actual current HEAD 88f4624
(2026-06-12). Three commits between the original snapshot and HEAD
touch the field report's 12 recommendations:
- PR #14 / 2018186: scripts/kg/ (KG pipeline shipped, rdflib + pyshacl)
- PR #16 / b86c9e4: wiki/Edge-Types.md.template (inverse-edge vocabulary)
- PR #25 / 88f4624: scripts/instantiate.sh --dev-self (recursive
bootstrap fix shipped)
Page updates:
- Headline tally refreshed: 0 fully addressed / 3 partial / 9 missing,
plus recursive-bootstrap RESOLVED.
- Table row 9 refined: inverse vocabulary shipped but not yet wired
into init-wiki.sh page-type list; PostToolUse does not enforce.
- Body #9(a) rewritten to reference the shipped vocabulary and KG
pipeline rather than designed-but-pending.
- "The recursive bootstrap problem" section flipped to "RESOLVED in
PR #25" with --dev-self behavior enumerated.
- Provenance path corrected (/TCF/ -> /CRS_research/, the only real
checkout) and the unresolvable fc2472a flagged as fork-local.
5 bidirectional back-references added on the high-value related: entries
(sister page + three lessons + one limitation). The other 5 (Verification
-Gate, Discipline-Gates, Three-Operations, PostToolUse-Hook, Implementation
-Status) left one-way per the morning's heavily-linked roll-up rule.
Wiki-Corrections-Log appended with the second-pass entry.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
lint: KG aspirational -> implemented; bidirectional back-references; example cleanup
Stale-claim correction: PR #14 shipped scripts/kg/ (rdflib + pyshacl
in-process KG pipeline) to template main, but nine wiki pages still
described the pipeline as aspirational. Reclassified Knowledge-Graph-
Pipeline to implemented; corrected architecture from Fuseki to rdflib +
pyshacl; flagged the distribution gap (scripts/kg/ not yet in
ALWAYS_FILES, likely to ship as features/kg/ under RFC #13). Updated
Implementation-Status, Wiki-LLM-Pattern, Three-Operations, Typed-Edges-
and-Frontmatter, SCHEMA, Limitation-Inverse-Edges-Missing, Sync-Flow,
and the index to match.
Example cleanup: Wiki-LLM-Pattern line 23 used the placeholder example
[Markov-Chain-v5c2](Markov-Chain-v5c2). Replaced with a real wiki page
name so lint and the KG see a valid edge.
Bidirectional back-references added for the high-value concept <-> lesson
/ limitation pairs (Verification-Gate, Discipline-Gates, Lesson-
Validation-Methodology, Lesson-Parallel-File-Drift, Template-vs-Derived-
Projects, PostToolUse-Hook, Agent-Overlays). Index/log roll-ups
(Implementation-Status, Wiki-Corrections-Log) intentionally left one-way.
Wiki-Corrections-Log entry appended with the receipt.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Flag KG pipeline aspirational; correct none-overlay framing; fix Sync-Flow ALWAYS_FILES; add Implementation-Status + Wiki-Corrections-Log
Reconciles the wiki with the template code on main, where notes-driven
documentation had drifted from what shipped:
- Knowledge-Graph-Pipeline is described across 8 pages as if implemented,
but scripts/kg/build-graph.sh does not exist in the template repo. The
source page now carries a NOT YET IMPLEMENTED banner and a
status: aspirational frontmatter field. Citations on the seven dependent
pages are softened to "designed, not yet implemented" so the aspirational
status is visible at every mention.
- The none "overlay" is not an overlay: --agent=none in instantiate.sh is
a no-install flag, and there is no wiki/agents/none/ directory.
Limitation-Untested-Overlays and Agent-Overlays are reframed accordingly,
separating minimal mode from the two true overlays (claude-code, cursor).
Limitation-Untested-Overlays also corrects a phrasing claim: the README
uses "Shipped but not yet validated" / "Likewise unvalidated", not
"untested-live".
- Sync-Flow's ALWAYS_FILES section was inaccurate: it mixed contents from
four separate arrays and listed the nonexistent scripts/kg/*.sh. Section
rewritten to describe all five arrays (ALWAYS_FILES, CLAUDE_FILES,
CURSOR_FILES, ONE_SHOT_FILES, SUBSTITUTE_FILES) with the file lists
actually present in the sync scripts on main.
New pages:
- Implementation-Status.md: single normative source for what is real today
vs aspirational, with a Partially Implemented bucket for Cursor's
structural-but-not-behavioral validation.
- Wiki-Corrections-Log.md: append-only log of each correction; this commit
is the first entry.
Home and index updated with a "Governance and meta" section linking the
two new pages.
Verification debts noted in the Corrections Log but not corrected this
round: Applied-Example-Microelectronics-Tutor-Demo staleness, the
permission-model claims in Limitation-Prompt-Injection-Residual, and the
existence of chrissweet/llm-wiki-tutor-template cited by Governance.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Initialize wiki: scaffold + first ingest of template knowledge
Scaffolded SCHEMA, Home, index, log, and Home.md redirect to match the
canonical create-mode output of wiki/init-wiki.sh. Authored 18 content
pages across five categories (foundation, mechanisms, lessons,
limitations, applied examples) capturing the wiki-llm pattern, the
template's structure, the contents of PR #1 (discipline gates,
verification gate, PostToolUse hook) and PR #4 (log entry
attribution), the parallel-file-drift / hook-type / validation-method
lessons surfaced by PR review, and the three open limitations
(prompt-injection residual, missing edge inverses per issue #3,
untested non-Claude-Code overlays).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>