fix(ci): surface Claude issue-worker replies via tracking comment - #4543
Conversation
Live verification on #4542 showed the worker session completing successfully while its reply went nowhere: agent mode with display_report/show_full_output disabled and a cargo/npm-only tool allowlist has no path that can write back to the issue. track_progress forces tag mode, whose app-token tracking comment carries progress and the final report on the triggering issue without widening the tool allowlist. Signed-off-by: Hunter B <hmbown@gmail.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Claude finished @Hmbown's task in 1m 1s —— View job Review: fix(ci): surface Claude issue-worker replies via tracking comment
SummaryThis is a minimal, well-scoped fix (+4/-0) to Verified this isn't a new pattern: Safety properties confirmed unchanged
Notes
No blocking issues found. This looks safe to merge, with the noted post-merge live verification on #4542. |
Summary
Follow-up to #4537 from live verification on #4542: the authorize gate, OIDC/app-token exchange, and the Claude session all worked (1 turn, success), but the reply was invisible — agent mode with
display_report: falseand a cargo/npm-only tool allowlist has no tool that can write back to the issue.track_progress: trueforces tag mode for the issue_comment event: the action maintains a tracking comment on the triggering issue (via its app token) carrying progress and the final report. No tool-allowlist widening; all other safety properties (exact @claude gate, maintainer-only, no PR comments, signed branch from main, no auto-PR) unchanged.Verification plan after merge
Re-run the plan-only test on #4542 and confirm the tracking comment appears with the plan.
🤖 Generated with Claude Code