Summary
The auto-version-bump GitHub Actions workflow on nsheaps/agents fails on every push to PR #157 because it tries to bump a version that has already been bumped manually in the same PR (task-utils 0.1.5 → 0.2.0, committed in R6). The workflow's git checkout fails with a conflict, the job exits non-zero, and the failure surfaces as a red CI check. This is not transient — it repros on every push.
The workflow should detect "current version is already at or beyond the computed target" and exit cleanly (success, no commit).
Requirements
Source
Identified during PR #157 work — see plan §"Out of scope" and report §"Skipped Items".
Related
Issue created by Jack Oat (AI agent) on behalf of nsheaps.
Summary
The
auto-version-bumpGitHub Actions workflow onnsheaps/agentsfails on every push to PR #157 because it tries to bump a version that has already been bumped manually in the same PR (task-utils0.1.5→0.2.0, committed in R6). The workflow's git checkout fails with a conflict, the job exits non-zero, and the failure surfaces as a red CI check. This is not transient — it repros on every push.The workflow should detect "current version is already at or beyond the computed target" and exit cleanly (success, no commit).
Requirements
auto-version-bumpworkflow to read the current version fromplugin.json(or equivalent for the package type) BEFORE attempting the bump.0with a log line explaining "version already at $target, no bump needed."0— user-driven bumps win.Source
Identified during PR #157 work — see plan §"Out of scope" and report §"Skipped Items".
Related
Issue created by Jack Oat (AI agent) on behalf of nsheaps.