Fix concurrent-orchestrate noise, stash false-positives, and stale-cache workaround - #88
Merged
Merged
Conversation
…to save the agent from doing to much periodic work.
build-and-test: Python test resultsStatus: ✅ Passed Test log |
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.
Summary
concurrent_schedule.pynow blocks internally viapoll_until_actionable(), polling immediately and then pausing 30s between up to 10 idle cycles (5 minutes, both configurable) before returning control — instead of the calling agent re-invoking it every 30 seconds.concurrent-orchestrate/SKILL.mdupdated to match (longerBashtimeout, simplified wait/re-invoke logic).ensure-working-branchandwatch-pr's worktree-freshness checks no longer checkgit stash list— the stash is shared across every worktree in a repo, so a stash left by unrelated concurrent work was tripping an unrelated task's hard-stop.git status --short(worktree-local) is kept.workflow-orchestrate/SKILL.mdnow explicitly requires verbose, detailed failure reporting for any termination outside the normal"done"path (unhandled exception, unrecognized descriptor shape, uncovered tool failure) — terseness is only for the routine success/failure case. Added an explicit fallback branch for an unrecognized descriptor shape.plugins/dev-team/.claude-plugin/plugin.jsonto 1.4.0. The installed plugin cache was pinned to a pre-ADR-314 commit that still had the removed todo-log/TodoWrite-mirroring plumbing, and hadn't been bumped in a long time so Claude Code never re-synced it.Test plan
python3 -m pytest plugins/dev-team/skills/concurrent-orchestrate/scripts/test_concurrent_schedule.py -q— 23 passed, including new coverage forpoll_until_actionable's immediate-return, sleep-and-retry, and give-up-after-budget cases.claude plugin update) no longer contains anytodo_log/TodoWritereferences.🤖 Generated with Claude Code
https://claude.ai/code/session_011cC89FQUS5DpmfcnmxrLew