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.

Log events

Status: Current log event reference plus planned evidence framing. The control plane uses server-pushed JSON-RPC notifications for log streaming.

Current notification

Current:
  • Method: log.line
  • Emitted after logs.subscribe.
  • Can be filtered by configuration and account username through subscribe params.
Current payload fields:
  • subscriptionId
  • timestamp
  • configurationName
  • accountUsername
  • severity
  • message

Current CLI behavior

Current:
  • warmrctl logs subscribes, prints the subscription result, and then unsubscribes unless --follow is present.
  • warmrctl logs --follow keeps the subscription open and streams notifications.
  • --json prints JSON-RPC frames for agent parsing.

Planned evidence model

Planned:
  • Link logs to run history entries.
  • Include lane, account, template, approval, and stop reason where supported by the repo.
  • Preserve enough evidence for review without making platform outcome claims.