Bootstrap was creating .wiki/SUMMARY.md + WORKFLOW.md + source/ — none of
which match Karpathy's LLM Wiki pattern or what wiki-maintainer reads first.
The skill had to bend around an invented layout (no schema file, wrong
catalog name, missing log/overview/entities/concepts/packages).
Rewrote Step 3 to create the canonical layout verbatim:
.wiki/CLAUDE.md schema (project-specific conventions)
.wiki/index.md catalog
.wiki/log.md append-only op log
.wiki/overview.md project overview
.wiki/raw/README.md immutability note
.wiki/{entities,concepts,packages,sources}/.gitkeep
Pinned the gist URL inside the schema:
https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f
Bumped dist/project-bootstrap.skill, recorded the why in
.wiki/source/wiki-realignment.md, and queued migration of *this* repo's own
.wiki/ (still on the old layout) as a backlog task — to be done deliberately.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
721 B
721 B
Wiki Summary
List of all pages in source/ with one-line descriptions. The agent updates this file whenever source/ changes.
Pages
- repo-layout.md — how the repo is organized:
skills/sources,dist/builds,scripts/build & install - build-notes.md — why
build.ps1exists, ZIP layout, PowerShell 5.1 backslash gotcha - active-platform-decision.md — why we made
active-platforma skill instead of a memory entry - wiki-realignment.md — fixed
project-bootstrapto create the Karpathy-canonical wiki layout (index.md/log.md/schema), not the bogusSUMMARY.md+WORKFLOW.md