perf(agent-workflows): one hosted job start per agent run - #31
Merged
Conversation
The runner picker now runs as a step inside the gate job, after agent-gate and only when the gate proceeds, in issue-triage, issue-implement, claude-assist, pr-review and deps-verify. A proceeding agent run costs one hosted job start instead of two; a stopped run still costs one. The `pick-runner / Pick runner` check disappears from those five workflows. The code landed on main as a refactor, which this repo does not release, so this commit carries the release and records that trap in AGENTS.md. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
🎉 This PR is included in version 1.6.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
#30 folded the runner picker into the gate job of the five agent workflows, but its commit was typed
refactor:, which this repo's release config deliberately does not release.mainhas the change;v1is still at 1.6.0 and no caller runs it.This commit is the releasing one: a
perf:entry that says what changed for callers (one hosted job start per agent run instead of two; thepick-runner / Pick runnercheck disappears from those workflows), plus a line in AGENTS.md so the next job-graph refactor is typed as something that releases.🤖 Generated with Claude Code