feat(automation): add proactive schedule loop#183
Closed
gnanirahulnutakki wants to merge 1 commit into
Closed
Conversation
ARD-458: add a durable proactive automation loop with schedule storage, attenuated cap-token validation, per-fire provisioning, and channel delivery hooks. Signed-off-by: Ardur <team@ardur.ai>
5095ab7 to
375850c
Compare
Member
Author
|
Required GitHub checks are green after the task-flow workspace overreach was removed from this ARD-458 slice, but merge is blocked by base branch policy. I attempted the allowed paths and did not use admin bypass. Head: Evidence:
Local verification after the fix:
Merge attempts:
Leaving this PR open/In Review pending authorized review/merge. |
gnanirahulnutakki
added a commit
that referenced
this pull request
Jun 29, 2026
## Summary - Squash-integrates green PRs #178, #179, #180, #181, #182, #183, #184, and #185 into one dev promotion branch. - Preserves required author/sign-off/checkpoint trailers on each integration commit. - Leaves failing Dependabot PRs #165-#170 and conflicting PR #158 out of this merge. Author: gnani.nutakki@gmail.com ## Local verification - cargo test -p ardur-e2e-tests - cargo test -p ardur-server --test boot_smoke - cargo test -p ardur-cli --test cli_smoke_echo - cargo build --workspace --bins ## Source PRs - #178 fix(server): close worker on shutdown and parse in_memory - #179 fix(cost-gate): claim finalize reservations atomically - #180 fix(fused-runtime): surface memory write reverify errors - #181 fix(webhook): reject replayed signatures - #182 fix(tool-registry): harden SSRF and shell denylist - #183 feat(automation): add proactive schedule loop - #184 feat(media-audio): add local voice providers and PWA shell - #185 feat(skills): add cite-or-refuse grounding policy --------- Signed-off-by: Gnani Nutakki <gnani.nutakki@gmail.com> Co-authored-by: Gnani Nutakki <gnani.nutakki@gmail.com>
Member
Author
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.
Summary
Issue
Scope note
This is a foundational ARD-458 slice. It does not close the whole epic: webhook-triggered paths, production channel integration, and full UX wiring remain follow-up work.
Verification
Signed-off-by: Ardur team@ardur.ai