Op
A single tool-native command a target composes (long form: operation); the
middle of the work hierarchy (Spell to Op to Target). See
operations.
Service
A long-running or shared process magus manages across runs, distinct from a
one-shot target. See services.
Health
The at-a-glance server state derived from the pool: healthy when the pool is
reporting, degraded when it reports an error, down when there is no pool.
The dashboard color-codes each state. See server.
Invocation
One magus process's recorded facts - the targets it finished, their outcomes,
the lease it acted as, and the session it ran in when a host delivered one -
kept in a repo-scoped store every worktree shares. magus session lists them;
the store prunes itself by last-fact age.
Run
One target executing under one magus invocation, such as magus run test web
or magus affected ci. A run keeps its captured output behind an output
reference. Every magus run is a run whether or not any job asked for it; see
Job for how the two relate.