// works-with
Works with
mossferry is the hop. Sibling tools live (and run) on the app host you open with ferry — often a headless workstation. Name them in feature docs when a real integration exists; this page is the short map.
| Package | Relationship to mossferry | Links |
|---|---|---|
| agentic-sage | Passive fleet judge for parallel AI coding sessions. SAGE hooks and boards run on the host; ferry is how you get there from a laptop (and optionally land in a judged session via ctrl-a / ctrl-g launchers). |
sage.muslewski.com · npm |
| status-herald | Curtain cards / status bars for agent panes in tmux. Once ferry attaches you to a session, herald is the status surface inside that pane. | herald.muslewski.com · npm |
| llm-armory | Named executor loadouts (advisor → Grok children). Armory sessions are started on the host; ferry + wrap + ctrl-g is the laptop path into a Grok-shaped remote session. |
armory.muslewski.com · npm |
| token-oracle | Offline token/cap forecasts used by statuslines and boards on the host. Ferry does not call oracle; it lands you where oracle is wired. | oracle.muslewski.com · npm |
| memory-atlas | Code-verified architecture vaults (*-mind/). This repo’s understanding lives in mossferry-mind/; public guides live in docs/. Recollection keeps both honest after ferry-side changes. |
atlas.muslewski.com · npm |
Contextual edges (not a laundry list)
- Grok wrap is a local client concern (
FERRY_WRAP/ localgrokon PATH). The remote start command from pickerctrl-gis justgrokon the host. See Grok + ferry. - Claude / Grok launchers create sessions on the host where SAGE, herald, armory, and atlas are already installed for day-to-day fleet work.
- There is no hard runtime dependency on the five packages above — they compose by co-location on the host ferry opens.
Rules for authors
- Contextual first — when documenting a feature that displays or depends on a sibling, say so in that page (one clear sentence + link).
- Update this table when you add or remove a real edge.
- Do not invent — if code does not wire it, do not claim it.