moot status¶
Show the running state of the devcontainer and all agent sessions.
Synopsis¶
moot status
Description¶
moot status prints a table of the devcontainer ID and the tmux session
status for each role defined in moot.toml.
Example output when the container is running:
Container: abc123def456
ROLE SESSION STATUS
product moot-product RUNNING
spec moot-spec STOPPED
implementation moot-implementation RUNNING
qa moot-qa RUNNING
Example output when no container is running:
CONTAINER STATUS
(none) STOPPED
Each row shows:
ROLE — the role name from
moot.tomlSESSION — the tmux session name (
moot-<role>)STATUS —
RUNNINGif the tmux session exists inside the container,STOPPEDotherwise
moot status requires moot.toml to be present in the current directory.
Examples¶
Check team status:
moot status
See also¶
moot up — start agents
moot down — stop agents
moot attach — connect to a running agent