Skip to content

Add user-defined automation jobs#223

Merged
ScriptedAlchemy merged 4 commits into
masterfrom
codex/hermes-parity-r9-user-jobs
Jul 2, 2026
Merged

Add user-defined automation jobs#223
ScriptedAlchemy merged 4 commits into
masterfrom
codex/hermes-parity-r9-user-jobs

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

  • add persisted user-defined automation jobs with cron schedules, attached skills, gated pre-run commands, file/webhook delivery, ledger records, and artifacts
  • wire user jobs into scheduler daemon work detection and per-job locking
  • add dashboard CRUD/run endpoints and focused runner/dashboard tests

Verification

  • TMPDIR=$HOME/.cache/tracedecay-tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-hermes-r9 cargo check
  • TMPDIR=$HOME/.cache/tracedecay-tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-hermes-r9 cargo test --test automation_runner_test jobs -- --nocapture
  • TMPDIR=$HOME/.cache/tracedecay-tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-hermes-r9 cargo test --test automation_runner_test scheduler -- --nocapture
  • TMPDIR=$HOME/.cache/tracedecay-tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-hermes-r9 cargo test --test dashboard_api_test automation_jobs -- --nocapture

@changeset-bot

changeset-bot Bot commented Jul 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 2f4eaec

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 03299cffb6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/daemon.rs
Comment thread src/automation/jobs.rs
Comment thread src/automation/jobs.rs
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/hermes-parity-r9-user-jobs branch from 03299cf to a347366 Compare July 2, 2026 09:00
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/hermes-parity-r9-user-jobs branch from 161280d to bbde66a Compare July 2, 2026 09:50
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/hermes-parity-r9-user-jobs branch from bbde66a to d36f941 Compare July 2, 2026 09:52
@ScriptedAlchemy ScriptedAlchemy merged commit 4cd8adc into master Jul 2, 2026
14 checks passed
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