Further Reading
A curated path through OpenFlows material, from gentle introduction to deep architecture.
Start here
- Documentation Home — the whole set of concepts, architecture, guides, and references.
- Architecture-First Development — the organizing idea behind everything.
- Coder Integration — the Coder / OpenFlows split that defines the system.
Learn the concepts
- The Agent Team — the five roles.
- The Ticket Lifecycle — how work progresses.
- The Planning Gate — why plan-before-code is structural.
- Human Escalation — how a person gets pulled in.
Go deep on architecture
- Big Picture — the control plane and the work plane.
- The Controller / NEXUS — the brain and its orchestration loop.
- The Workspace Fleet — where work runs and why it’s safe.
- How the Pieces Talk — the communication channels between roles.
- Security by Design — why the architecture is safe by construction.
Go deeper still (technical, beyond this site)
The internals behind these pages are documented in the project’s technical architecture documentation. Look in the project repository’s architecture folder for authoritative deep-dives on the full system from issue to merged pull request, the controller internals and orchestration, the worker workspace and its coordination surface, the shared coordination store, and the live task relay for delegated verification.
These are engineering references for those working on or extending the system. This site is the user-facing companion to that material.
A code-free note
Because this documentation is strictly user-facing, it doesn’t reproduce the technical documents’ internal
structure or identifiers. Follow the repository’s architecture folder to read them.