File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Engineers manage work at the ticket level. Agents handle implementation.
1010
1111## Why "Sortie"
1212
13- A * sortie * is a military and aviation term for a single mission executed autonomously. The
13+ A _ sortie _ is a military and aviation term for a single mission executed autonomously. The
1414metaphor is precise: the orchestrator dispatches agents on missions (issues), each with an
1515isolated workspace, a defined objective, and an expected return. The name is short, two
1616syllables, pronounceable across languages, and does not conflict with existing projects in
@@ -35,7 +35,7 @@ to the workflow are detected and applied without restart.
3535Sortie is a single Go binary. It uses SQLite for persistent state (retry queues, session
3636metadata, run history) and communicates with coding agents over stdio. The orchestrator
3737is the single authority for all scheduling decisions; there is no external job queue or
38- distributed coordination.
38+ distributed coordination. For full architectural details, see [ docs/architecture.md ] ( docs/architecture.md ) .
3939
4040Issue trackers and coding agents are integrated through adapter interfaces. Adding support
4141for a new tracker or agent is an additive change: implement the interface in a new package.
You can’t perform that action at this time.
0 commit comments