- .wiki/ with canonical Karpathy layout (CLAUDE.md, index, log, overview, raw) - .tasks/ with canonical STATUS.md board - CLAUDE.md with skill triggers - Bootstrap manifest in .wiki/concepts/ Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
15 lines
294 B
Markdown
15 lines
294 B
Markdown
# Wiki Log
|
|
|
|
Append-only operation log. Format:
|
|
|
|
```
|
|
## [YYYY-MM-DD] <op> | <one-line description>
|
|
```
|
|
|
|
Operations: `init`, `ingest`, `query`, `lint`, `refactor`, `decision`.
|
|
|
|
Parseable: `grep "^## \[" .wiki/log.md | tail -20`.
|
|
|
|
---
|
|
|
|
## [2026-05-03] init | wiki bootstrapped via setup-wiki@1.0.0 |