iiRecord
Agentic AI Atlas · GAP-REMOTE-004: Cron Triggers and Scheduling
page:docs-harness-features-backlog-gaps-remote-integration-gap-remote-004a5c.ai
II.
Page reference

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

Reading · 1 min

GAP-REMOTE-004: Cron Triggers and Scheduling reference

Persistent cron-based triggers for automated run creation on a schedule, enabling recurring orchestration tasks like nightly code review, periodic health checks, or scheduled deployments.

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

GAP-REMOTE-004: Cron Triggers and Scheduling

FieldValue
Categoryremote-integration
PriorityMedium
EffortL
StatusMissing

Description

Persistent cron-based triggers for automated run creation on a schedule, enabling recurring orchestration tasks like nightly code review, periodic health checks, or scheduled deployments.

Current State

No scheduling. harness:forever is manual infinite loop. No cron expressions, no persistent triggers.

Target State

Cron scheduling with persistent triggers surviving process restart. Standard cron expressions (minute, hour, day, month, weekday). trigger:list shows next scheduled execution time.

Dependencies

  • None

Key Files

ComponentPath
CLI commandspackages/sdk/src/cli/
Config modulepackages/sdk/src/config/

Recommendation

Phase 4 implementation. Create scheduling module with cron parser. Store triggers in ~/.a5c/triggers.json. Implement trigger daemon.