Add scheduled Automations - #3
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds Automations: scheduled agent runs that execute while the app is open. Each automation is a recipe (project, harness, model, access mode, prompt, schedule) that owns one dedicated session, so context accumulates across runs.
UPDATEon the expected slot, single-winner across windows/reloads), missed slots recorded when the app was closed (no catch-up), and busy sessions skipped with a recorded reason.onSubmit(..., { onSettled }), and recordscompleted/failed/cancelled/skipped_busyplus counters. A 30-minute settlement guard closes runs whoseonSubmitreturns without settling, without charging the failure policy.{ key, vars }labels so placeholders resolve).Dedicated-only v1 (no heartbeat mode), attended-only (no background execution), no natural-language stop conditions — all explicitly deferred in the spec.
Tests
npm run check:web— 234 files / 2420 tests passed,tsc --noEmitclean.npm run check:rust— fmt clean, clippy-D warningsclean, 317 tests passed.Stacked PR
Based on
feat/session-kanban(#2), which is based onfeat/pr-write-actions(#1). Merge in order, or retarget tomainonce the earlier PRs land.Pending before merge