Skip to content

feat(cc-217): claude-executor background dispatch in /pr-gate Route B#124

Merged
screenleon merged 2 commits into
mainfrom
feat/cc-217-claude-executor-background
May 22, 2026
Merged

feat(cc-217): claude-executor background dispatch in /pr-gate Route B#124
screenleon merged 2 commits into
mainfrom
feat/cc-217-claude-executor-background

Conversation

@screenleon
Copy link
Copy Markdown
Owner

Summary

v0.3.0 milestone M0 (CC-217). 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).

  • commands/pr-gate.md — add run_in_background: true to 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:31 already had run_in_background: true; pr-gate.md:148,150 were the only gap. Descriptive mentions (pm.md:13, docs/pr-gate-handover-schema.md:8, test-claude-executor.sh:4 comment) 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-commands 103/0, lint-frontmatter OK.

Closes CC-217.

🤖 Generated with Claude Code

screenleon and others added 2 commits May 23, 2026 00:50
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>
@screenleon screenleon merged commit e3d157c into main May 22, 2026
16 checks passed
@screenleon screenleon deleted the feat/cc-217-claude-executor-background branch May 22, 2026 16:03
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