feat(cc-217): claude-executor background dispatch in /pr-gate Route B#124
Merged
Conversation
The /pr-gate skill's claude-executor reviewer + synthesis fan-out (commands/pr-gate.md Route B) blocked the main thread — inconsistent with the codex route and with /pm Route B, which already uses run_in_background: true. Add run_in_background: true to both claude-executor dispatch points and adjust completion handling to wait for completion notifications rather than reading inline. commands/pm.md was already correct — no change needed. v0.3.0 M0. test-commands 103/0, lint-frontmatter OK. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
CC-238 captures the three CC-217 gate advisories (background fan-out timeout/fallback, per-reviewer failure attribution, missing async- ordering test) per the known-bug-backlog rule. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
v0.3.0 milestone M0 (CC-217). The
/pr-gateskill's claude-executor reviewer + synthesis fan-out (commands/pr-gate.mdRoute B) blocked the main thread — inconsistent with the codex route and with/pmRoute B (which already usesrun_in_background: true).commands/pr-gate.md— addrun_in_background: trueto both claude-executor dispatch points (reviewer fan-out + synthesis); adjust completion handling to wait for completion notifications instead of reading inline.commands/pm.md— already correct; no change.Audit
Repo-wide sweep of
Agent(subagent_type: "claude-executor")sites:pm.md:31already hadrun_in_background: true;pr-gate.md:148,150were the only gap. Descriptive mentions (pm.md:13,docs/pr-gate-handover-schema.md:8,test-claude-executor.sh:4comment) are not dispatch calls — left unchanged.Gate
PR-gate express tier —
Final: GO, advise (critic + qa-tester, no blocks). 3 advisory findings (background fan-out timeout/fallback, per-reviewer failure attribution, missing async-ordering test) consolidated into a new backlog ticket CC-238 per the known-bug-backlog rule.test-commands103/0,lint-frontmatterOK.Closes CC-217.
🤖 Generated with Claude Code