A doc is a snapshot-style document that captures the overall understanding of a project at a given point in time.
Within meta-agent, doc/ is one of the only two core persistent folders. The other is meta-log/.
- Daily notes are incremental — they accumulate entries over time.
- Doc is a snapshot — it represents a holistic view of the project as understood at roughly a certain moment.
- The snapshot timestamp does not need to be precise; an approximate time frame is fine.
- A doc should reflect the current state of understanding, not a changelog.
- Humans may also place relevant reference materials into the doc folder directly.