Replaces seeded stub in Domain conventions with a 3-source pointer block: 1. concepts/admin-infra-project.md (canonical local design) 2. ~/projects/.workshop/.archive/2026-05-21-admin-infra-project.md (rationale) 3. .wiki/overview.md (orientation only) Closes task admin-infra-project-pointers — bootstrap pointer for the entire migration / agenda chain. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1.7 KiB
1.7 KiB
.wiki/ — Karpathy LLM Wiki
Curated knowledge base. Structure:
entities/<slug>.md— physical/logical assets (hosts, NAS, VDS, router, recovery-VM)concepts/<slug>.md— patterns, root-cause analyses, recipes, postmortemspackages/<slug>.md— third-party / first-party software packages relevant to this stacksources/<slug>.md— chronologies, session traces, primary recordsraw/— immutable external clippings (transcripts, screenshots, vendor docs)index.md— catalog of all pageslog.md— op-log of ingest / promote / lint operationsoverview.md— high-level project orientation
Domain conventions
Mandatory: read design context before implementation
Before picking up any task in .tasks/, load the full design context. It does not live in this repo as a standalone source — only pointers do. Sources, in order:
- Local design (canonical):
.wiki/concepts/admin-infra-project.md— ingested via promote 2026-05-21. Identity, scope, content inventory, migration recipe (subtree-split + read-tree merge for populated prefixes), initial agenda. - Brainstorm process trace (rationale):
~/projects/.workshop/.archive/2026-05-21-admin-infra-project.md. Why each decision was made (recommend vs menu trade-offs), what was rejected (filter-repo vs subtree-split, "admin-only" skills, splitting roadmap from ops), anti-patterns flagged during brainstorm. - Local
overview.md— thin summary, quick orientation only — never the source of truth.
Do not invent migration recipes, file lists, taxonomies, or scope decisions from task where_stopped lines alone — those are pointers, not specifications. The concept doc and archive contain the rationale.