18 lines
377 B
Markdown
18 lines
377 B
Markdown
# Wiki Log
|
|
|
|
Append-only operation log. One entry per operation. Format:
|
|
|
|
```
|
|
## [YYYY-MM-DD] <op> | <one-line description>
|
|
```
|
|
|
|
Operations: `init`, `ingest`, `query`, `lint`, `refactor`, `decision`.
|
|
|
|
Parseable: `grep "^## \[" .wiki/log.md | tail -20`.
|
|
|
|
---
|
|
|
|
## [2026-05-06] init | bootstrap empty wiki via project-bootstrap
|
|
|
|
## [2026-05-06] ingest | concepts/factory-bootstrap
|