Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.7 KB

File metadata and controls

38 lines (25 loc) · 1.7 KB

Adadex Docs

These docs are written for contributors and future coding agents. They explain how Adadex is put together, where state lives, and how local terminal agents are coordinated.

Adadex has three main layers:

  • agent-facing files in .adadex/coordinations/<coordination-id>/, which hold context, todos, and handoff notes
  • runtime state under ~/.adadex/projects/<project-id>/state/, which tracks terminals, UI state, transcripts, and app metadata
  • live sessions in the API process, where WebSocket connections are attached to PTY-backed Codex CLI terminals

Start here

Concepts

  • Coordination explains the file-backed context model and how Deck reads it
  • Runtime and API explains terminal lifecycle, WebSockets, hooks, persistence, and restart behavior

Guides

Reference

Contributor policy