Skip to content

feat(automation): add proactive schedule loop#183

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

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.

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