21 lines
547 B
Plaintext
21 lines
547 B
Plaintext
# Wiki Log — {{TOPIC}}
|
|
|
|
Append-only chronological record of all operations.
|
|
Format: `## [YYYY-MM-DD] operation | description`
|
|
|
|
Quick inspection:
|
|
```bash
|
|
grep "^## \[" wiki/log.md | tail -10 # last 10 entries
|
|
grep "ingest" wiki/log.md | wc -l # sources ingested
|
|
grep "query" wiki/log.md | wc -l # queries answered
|
|
```
|
|
|
|
---
|
|
|
|
## [{{DATE}}] create | Wiki initialized
|
|
|
|
- Vault scaffolded at `{{VAULT_PATH}}`
|
|
- Schema written: `CLAUDE.md`
|
|
- Initial files: `wiki/index.md`, `wiki/overview.md`, `wiki/log.md`
|
|
- Topic: {{TOPIC}}
|