Expand description
Startup configuration and saved-roster restoration.
The launcher runs before a session or adapter exists. This module keeps that decision independent from the terminal UI: a saved roster is only a request to restore agents that still exist in the current catalog. The catalog is authoritative, so stale identities are discarded and an empty result always opens the store instead of auto-starting detected agents.
Enums§
- Launch
Decision - The action the bare launcher should take after reading persisted state.
Functions§
- launch_
decision - Decide whether bare launch restores the saved roster or opens the store.
- parse_
saved_ roster - Parse
launcher.rosterfrom a persisted CodeSwarm settings document. - read_
saved_ roster - Read and parse a persisted settings file.
- resolve_
saved_ roster - Resolve a saved roster against the currently known canonical identities.