Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 712 Bytes

File metadata and controls

16 lines (10 loc) · 712 Bytes

Doc

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/.

Contrast with Daily Notes

  • 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.

Principles

  • 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.