iiRecord
Agentic AI Atlas · GAP-REMOTE-001: Daemon Mode
page:docs-harness-features-backlog-gaps-remote-integration-gap-remote-001a5c.ai
II.
Page reference

page:docs-harness-features-backlog-gaps-remote-integration-gap-remote-001

Reading · 1 min

GAP-REMOTE-001: Daemon Mode reference

Persistent background orchestration service that monitors triggers (file changes, webhooks, timers) and spawns runs automatically, replacing the manual harness:forever approach.

Pagewiki/docs/harness-features-backlog/gaps/remote-integration/GAP-REMOTE-001.mdOutgoing · 0Incoming · 1

GAP-REMOTE-001: Daemon Mode

FieldValue
Categoryremote-integration
PriorityHigh
EffortXL
StatusPartial

Description

Persistent background orchestration service that monitors triggers (file changes, webhooks, timers) and spawns runs automatically, replacing the manual harness:forever approach.

Current State

harness:forever provides infinite loop but requires an active terminal session. No file change monitoring, no trigger-based activation, no background service lifecycle.

Target State

System service with start/stop/status lifecycle. File change watcher integration. Trigger-based activation (file changes, webhooks, timers). Journal-backed state persistence across activations.

Dependencies

Key Files

ComponentPath
CLI commandspackages/sdk/src/cli/
Harness invokerpackages/sdk/src/harness/invoker.ts

Recommendation

Phase 3 implementation. Create daemon module with service manager, file watcher, and trigger activation. Add daemon:start/stop/status CLI commands.