Skip to content
Kitsy Docs Open COOP

Architecture v2

Architecture v2

COOP v2 is built around a few core principles:

  • Git is the database
  • the task graph is the source of truth
  • files are the API
  • planning should be deterministic where possible
  • the system stays local-first

The high-level repository model starts with:

  • ideas
  • tasks
  • tracks
  • deliveries
  • resources
  • plugins
  • hooks
  • runs
  • history

Most higher-level views are projections derived from the task graph rather than standalone canonical stores.

The detailed implementation spec remains in the repository at docs/coop_architecture_v2.md.