delimit_outreach_loop_tick
Runs one cycle of the autonomous GitHub outreach loop: monitors existing outreach items for new activity and identifies new substantive candidates.
Instructions
Run one tick of the autonomous github-outreach loop (LED-2214b).
When to use: from an external scheduler (cron, loop_daemon) or for an ad-hoc manual cycle. The tick monitors existing outreach LEDs for new activity AND scans for new substantive candidates. When NOT to use: as a backfill for thousands of stale items — the per-tick caps are intentional. Multiple ticks at the scheduler interval is the right pattern.
Sibling contrast: delimit_social_target scans a broader platform set; this is github-only and dispatches via the substantive- outreach path (with the SHIFT-1 gates). delimit_sensor_github_ issue watches a single issue; this orchestrates the sensor over every open outreach LED.
Side effects: reads ledger, network reads (gh CLI) for the monitor phase, writes new intel-class LEDs + dispatches new substantive tasks for the scan phase. Honours the DELIMIT_GITHUB_OUTREACH_DISABLED env var and the ~/.delimit/outreach_pause sentinel file as kill switches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venture | No | Sourcing venture (default "delimit"). | delimit |
| max_dispatch | No | Per-tick substantive-dispatch cap (default 3). Targets beyond the cap still file intel LEDs but are not dispatched on this tick. | |
| max_monitor | No | Per-tick monitor-call cap (default 50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||