16 lines
295 B
Markdown
16 lines
295 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-22] init | wiki bootstrapped via setup-wiki@1.0.0
|