Skip to content

[!abstract] Purpose Permanent record of what happened and why. Logs are append-only — never edited after writing.

Active project logs live in _WorkingOn/Projects/*/complete/ until the project closes; they move here at closure. For non-project logs (system changes, decisions, snapshots), write directly to the appropriate subfolder.


FolderContents
Projects/Archived session logs (moved here when a project closes)
Decisions/Architecture & strategic decisions
Snapshots/Business state snapshots (financial, strategy, etc.)
System/Computer, software, and AI config logs

  • Only log things that have future reference value
  • Be concise — both human and AI read these
  • Use YYYY-MM-DD_Description.md naming (no TYPE prefix on completed logs)
  • Add most recent logs to top of this index if needed