22 lines
478 B
Markdown
22 lines
478 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
|
|
|
|
## [2026-05-06] ingest | concepts/test-machines
|
|
|
|
## [2026-06-11] ingest | concepts/infra-as-product
|