Skip to content

Commit c9dfe65

Browse files
committed
docs: point to architecture in README
1 parent 44370fc commit c9dfe65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1414
metaphor is precise: the orchestrator dispatches agents on missions (issues), each with an
1515
isolated workspace, a defined objective, and an expected return. The name is short, two
1616
syllables, pronounceable across languages, and does not conflict with existing projects in
@@ -35,7 +35,7 @@ to the workflow are detected and applied without restart.
3535
Sortie is a single Go binary. It uses SQLite for persistent state (retry queues, session
3636
metadata, run history) and communicates with coding agents over stdio. The orchestrator
3737
is 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

4040
Issue trackers and coding agents are integrated through adapter interfaces. Adding support
4141
for a new tracker or agent is an additive change: implement the interface in a new package.

0 commit comments

Comments
 (0)