Records the dedup decision + the cross-repo drift lesson (an injectable
node-register-mcp copy reached iso main). The kind of regression a lint pass
should catch.
Pilot step 1 of the Karpathy LLM-Wiki pattern, scoped to decision-dense areas:
an agent-maintained docs/wiki/ that records WHAT was decided and links to WHERE
it lives in code (code stays the source of truth; pages link, don't duplicate).
Pages:
- index.md — purpose, conventions (the 'schema'), lint workflow, catalog
- agent-harness — zot (agent) + Colibri (control plane); autospawn + RPC driver
- naming-decisions — ledger of harness-neutral/architecture renames (shipped,
in-flight, and known residue) — the drift tracker
- quality-gates — ci-checks.sh as the pre-merge gate; why drift reached main
Intent: make the 'lingering old decision' bookkeeping near-zero-cost and
lintable. Lint tool itself (advisory, flag-don't-rewrite) is the next pilot step.
Already records real open drift (e.g. the dangling ADR reference).
Markdown gate green.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>