Files
nexus/wiki/log.md
2026-04-14 11:58:16 +08:00

10 lines
180 B
Markdown

# Wiki Log
Append-only chronological record of all operations.
Format: `## [YYYY-MM-DD] <operation> | <title>`
Parse recent entries: `grep "^## \[" wiki/log.md | tail -10`
---