Documentation Index
Fetch the complete documentation index at: https://docs.signalrooms.xyz/llms.txt
Use this file to discover all available pages before exploring further.
warmrctl reference
Status: Current source-backed reference wrapper for Mintlify navigation. The detailed repo-native reference remainsdocs/reference/warmrctl.md.
warmrctl is the command-line front end for Warmr.app. Operators and agents should use it for read-only inspection before moving to controlled actions.
Current command surface
Current:| Area | Commands |
|---|---|
| App state | warmrctl status, warmrctl app |
| Devices | warmrctl devices |
| Templates | warmrctl templates |
| Threads | warmrctl thread |
| Logs and evidence | warmrctl logs, warmrctl evidence |
| Install helpers | warmrctl install, warmrctl upgrade, warmrctl uninstall |
~/Library/Application Support/Warmr/control/control.sock. Agents may override it with WARMR_CONTROL_SOCKET or --socket-path when the operator provides an explicit path.
Safe usage order
Current:- Start with
warmrctl status. - Inspect devices with
warmrctl devices list. - Inspect templates and thread state before any action command.
- Use
--jsonfor agent-readable output. - Start or stop runs only after the lane state and operator approval are clear.
Boundaries
Current:warmrctlcontrols Warmr locally. It is not a hosted fleet API.- Some action methods require automation to be explicitly enabled.
- Logs, evidence, and status output are operational evidence, not platform outcome guarantees.