Skip to content

feat(automation): add proactive schedule loop#183

Closed
gnanirahulnutakki wants to merge 1 commit into
devfrom
gnanirahulnutakki/ARD-458-proactive-automation-loop
Closed

feat(automation): add proactive schedule loop#183
gnanirahulnutakki wants to merge 1 commit into
devfrom
gnanirahulnutakki/ARD-458-proactive-automation-loop

Conversation

@gnanirahulnutakki

Copy link
Copy Markdown
Member

Summary

  • promote cron and standing-goals crates into the workspace
  • add a durable proactive automation schedule model/store
  • route due fires through a runtime abstraction with per-fire budget provisioning and attenuated cap-token validation
  • deliver successful fires through a channel abstraction

Issue

  • ARD-458

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

  • cargo check -p ardur-automation -p ardur-cron -p ardur-standing-goals — passed
  • cargo fmt --check — passed
  • cargo test -p ardur-automation -p ardur-cron -p ardur-standing-goals — passed
  • cargo clippy -p ardur-automation -p ardur-cron -p ardur-standing-goals --all-targets -- -D warnings — passed

Signed-off-by: Ardur team@ardur.ai

@linear-code

linear-code Bot commented Jun 23, 2026

Copy link
Copy Markdown

ARD-458

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>
@gnanirahulnutakki gnanirahulnutakki force-pushed the gnanirahulnutakki/ARD-458-proactive-automation-loop branch from 5095ab7 to 375850c Compare June 23, 2026 07:50
@gnanirahulnutakki

Copy link
Copy Markdown
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: 375850c

Evidence:

  • DCO — passed
  • macos-latest / stable — passed
  • ubuntu-latest / stable — passed

Local verification after the fix:

  • cargo fmt --check — passed
  • cargo test -p ardur-automation -p ardur-cron -p ardur-standing-goals — passed
  • cargo clippy --workspace --all-targets -- -D warnings — passed

Merge attempts:

  • gh pr merge 183 --rebase --delete-branch failed: base branch policy prohibits the merge.
  • gh pr merge 183 --rebase --auto --delete-branch failed: auto-merge unavailable (enablePullRequestAutoMerge).
  • I did not use --admin.

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>
@gnanirahulnutakki

Copy link
Copy Markdown
Member Author

Integrated into dev via #186 (merge commit a589fc1) after green CI run 28395814565 and post-merge local no-key baseline.

@gnanirahulnutakki gnanirahulnutakki deleted the gnanirahulnutakki/ARD-458-proactive-automation-loop branch June 29, 2026 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant