LLM Wiki Schema
This follows the LLM-wiki pattern: raw sources are immutable, the wiki is maintained synthesis, and this schema governs conventions.
Page Types
- Architecture pages:
wiki/architecture/*.md - Architecture research pages:
wiki/research/*.mdandwiki/research/answers/*.md - Agent pages:
wiki/agents/*.md - Task pages:
wiki/tasks/*.md - Toolchain pages:
wiki/toolchain/*.md - Validation pages:
wiki/validation/*.md - Decision pages:
wiki/decisions/*.md - Run pages:
runs/<run-id>/*.md
Task Clock Template
Every issue-backed task needs:
# Task Clock: <issue/chunk>
Status: T0/T1/T2/T3/T4/T5/T6/T7
Issue: <Forgejo issue or local proto task>
Branch: <branch or none>
Owner: <lead/researcher/builder-reviewer>
## T0 Intake
## T1 Review / Research
## T2 Plan
## T3 Chunk / Dispatch
## T4 Implement
## T5 Validate
## T6 Review / Publish
## T7 Reflect / Close
Log Format
Use append-only entries:
## [YYYY-MM-DDTHH:MM:SSZ] <run-id> | <event-type> | <short title>
Summary.
Links.