delimit_build_loop_daemon
Starts, stops, or checks a daemon that periodically executes governed build, social, or deploy loops, logging task IDs to a file for triage.
Instructions
Background auto-pull daemon for the governed build/social/deploy loops (Pro).
Spawns a daemon thread that calls run_governed_iteration (or run_social_iteration) every interval_seconds. Preserves the pull-based triage pattern — each tick logs the returned task_id to ~/.delimit/logs/loop_daemon_{session_id}.jsonl so the orchestrating Claude session can tail the log and handle triage.
Respects existing delimit_loop_config safeguards (cost_cap, error_threshold, max_iterations, status=paused/stopped) via loop_status check before each tick.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | 'start', 'stop', or 'status' (default: status) | status |
| session_id | No | Session to run (required for all actions) | |
| interval_seconds | No | Tick interval in seconds (default 900 = 15 min). Only used on start. | |
| loop_type | No | 'build', 'social', or 'deploy' (default: build). Only used on start. | build |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||