Skip to main content

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.

Run state model

Status: Current schema plus in-progress operator vocabulary. The current implementation exposes thread jobs. SignalRoom public language can call the operator workflow a posting run, but docs must not imply a finished public posting-run product where the repo only exposes thread state.

Current thread summary fields

Current:
  • id
  • configurationId
  • configurationName
  • accountUsername
  • deviceUDID
  • deviceName
  • status
  • startedAt
  • finishedAt
  • elapsedSeconds
  • videosWatched
  • likesGiven
  • favoritesGiven
  • errorMessage

Current commands

Current:
  • warmrctl thread list
  • warmrctl thread start --configuration-id <ID>
  • warmrctl thread stop --configuration-id <ID>

In-progress vocabulary

In progress:
  • Posting run: the operator-facing workflow label.
  • Thread: current control-plane job object.
  • Evidence bundle: planned operator-readable record of what happened.
  • Approval: planned review step before controlled action.

Planned docs

Planned:
  • A complete state transition diagram once operator flows harden.
  • Failure and retry rules based on observed statuses.