Local scheduler and LaunchAgent integration #804

Open
opened 2026-07-22 05:32:44 -05:00 by jcwalker3 · 0 comments
Owner

Objective

Implement local scheduler and LaunchAgent integration for multi-LLM workers.

Acceptance criteria

  • Generate scheduler artifacts from validated worker configurations.
  • Use atomic updates and rollback.
  • Prevent duplicate runs.
  • Detect live and stale PIDs safely.
  • Preserve existing unmanaged LaunchAgents.
  • Never silently stop, modify, adopt, or delete discovered jobs.
  • Includes integration tests.

Parent Epic

Parent: #797

Issue-First & Safety Requirements

  • Implementation may begin only from an existing open issue.
  • Author implementation requires canonical routing, a durable issue lock, and a validated author worktree.
  • Read-after-write verification is required for all mutations.
  • Wrong-role and ambiguous-ownership operations fail closed.
## Objective Implement local scheduler and LaunchAgent integration for multi-LLM workers. ## Acceptance criteria - Generate scheduler artifacts from validated worker configurations. - Use atomic updates and rollback. - Prevent duplicate runs. - Detect live and stale PIDs safely. - Preserve existing unmanaged LaunchAgents. - Never silently stop, modify, adopt, or delete discovered jobs. - Includes integration tests. ## Parent Epic Parent: #797 ## Issue-First & Safety Requirements - Implementation may begin only from an existing open issue. - Author implementation requires canonical routing, a durable issue lock, and a validated author worktree. - Read-after-write verification is required for all mutations. - Wrong-role and ambiguous-ownership operations fail closed.
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Scaled-Tech-Consulting/Gitea-Tools#804