Fleet Mission Control — Documentation¶
Two tracks, kept in sync. Pick the one that matches how you want to read about this system:
technical/— full detail, file:line citations, architecture diagrams, CI gates, library references. For engineers working in this repo.plain/— the same system explained with analogies and no jargon. For anyone who wants to understand what this does and why, without reading code.
| Topic | Technical | Plain |
|---|---|---|
| What this is / how it's built | ARCHITECTURE.md | OVERVIEW.md |
| Turning it on | getting-started.md | getting-started.md |
| Contributing | contributing.md | — (see technical) |
| Libraries/tools/patterns used | references.md | learn-more.md |
| Build history (living) | making-of.md | making-of.md |
Diagrams¶
Every Mermaid diagram embedded in the pages above has its source mirrored
under diagrams/ for independent editing (GitHub renders
Mermaid natively — no build step). Two C4 diagrams (System Context,
Containers) are additionally rendered to committed SVG via
D2:
diagrams/architecture.mmd— containers + data flowdiagrams/dispatch-by-repo-name-sequence.mmd— the key "launch a run by repo name" request pathdiagrams/live-update-sequence.mmd— the SignalR poll/push cyclediagrams/responsive-posture.mmd— the layout-selection decision treediagrams/plain-flow.mmd— the plain-English 5-step flowdiagrams/c4-context.d2→diagrams/c4-context.svgdiagrams/c4-container.d2→diagrams/c4-container.svg
Other docs in this repo¶
These predate the two-track restructure and are frozen contracts / design records rather than living reference docs — both tracks above link into them where relevant, but they aren't duplicated into either track:
BOARD.md— local board note (this repo has no full local board; canonical tracking is Jira project FLT + Vikunja project 2), and a record of a local-ticket-numbering collision worth not repeating.repo-registry-contract.md— the frozen wire contract the (not-yet-built) repo-inventory scanner must satisfy. Seetechnical/ARCHITECTURE.md §7.DESIGN-capability-routing.mdandBRIEF-capability-routing.md— the council-approved design and brief behind the artifact-run capability router. Seetechnical/ARCHITECTURE.md §8.BRIEF-command-ui.md— the brief behind the launch/cancel command plane. Seetechnical/ARCHITECTURE.md §5.
Build reports¶
BUILD-REPORT-FLT120.md, BUILD-REPORT-FLT122.md, BUILD-REPORT-FLT125.md,
and BUILD-REPORT-FLT131.md at the repo root are the per-ticket build
reports technical/making-of.md is written from —
each states what was built, what was deliberately deferred, and how it was
verified.