Skip to content

feat: add self-improving automation foundation#127

Merged
ScriptedAlchemy merged 4 commits into
masterfrom
split/self-improving-01-backend-foundation
Jun 26, 2026
Merged

feat: add self-improving automation foundation#127
ScriptedAlchemy merged 4 commits into
masterfrom
split/self-improving-01-backend-foundation

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Stack

This is PR 1 of 5 replacing #114. It is the base PR for the self-improving loops stack.

Summary

  • Adds the backend foundation for self-improving automation loops: config, scheduler, run ledgers, lifecycle, runners, managed skills, artifacts, and skill usage tracking.
  • Extracts CLI command handlers into focused modules and wires the automation CLI surface through that structure.
  • Extends agent/session plumbing needed by the automation backend, including Codex app-server behavior and transcript support.
  • Adds focused backend tests for automation, CLI parsing/startup, managed skills, skill targets, skill usage, agent/session behavior, and cross-platform fake Codex fixtures.
  • Updates CI, nextest, and conventional-commit hook scripts for the expanded test surface.

Verification

  • cargo fmt --all -- --check
  • git diff --check
  • CI on the original equivalent tip was green before splitting.

Replaces part of #114.

@changeset-bot

changeset-bot Bot commented Jun 25, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 3851b8f

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: cb4fa138c6

ℹ️ 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/automation/config.rs
Comment thread src/automation/lifecycle.rs Outdated
@ScriptedAlchemy ScriptedAlchemy force-pushed the split/self-improving-01-backend-foundation branch from cb4fa13 to 4d042aa Compare June 25, 2026 10:48
@ScriptedAlchemy ScriptedAlchemy force-pushed the split/self-improving-01-backend-foundation branch from 4d042aa to 26d95cc Compare June 25, 2026 11:00
@ScriptedAlchemy ScriptedAlchemy merged commit 201d3cb into master Jun 26, 2026
10 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