fix(source-control): anchor finding-extractor reads to the PR worktree - #2454
Conversation
|
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. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5b98cdea58
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Claude finished @kyle-sexton's task in 3m 15s —— View job Reviewing PR #2454
SummaryThis is a small (+7/-2), docs-only change to The core change is correct and consistent with the rest of the codebase: No functional/security issues found in the diff itself. Two non-blocking suggestions below, both about things adjacent to (not inside) the changed hunk, so I'm not anchoring them as inline diff comments: 1. The "compose verbatim" instruction isn't updated to require substituting the new placeholder. 2. No What I did not verify: there's no applicable lint/test suite for this docs-only change, and I did not run one. The Test plan checkbox in the PR description ("Manual verification of path resolution logic") is the author's own claim — I have not independently verified it beyond reading the diff and cross-referencing the existing convention it reuses. |
|
Claude has reviewed this PR 2 times. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
de27e04 to
2d751e5
Compare
|
Claude finished @kyle-sexton's task in 1m 52s —— View job Reviewing PR #2454
SummarySmall (+7/-2), docs-only change to I confirmed this is still the single commit (
Both are suggestion-level (not blocking) since they're gaps adjacent to the fix rather than in the core logic itself, but worth closing since the doc's whole purpose is to prevent exactly this class of "path doesn't actually resolve" drift. Not re-raised inline (cross-cutting, no changed line to anchor it, already noted by the earlier review pass): this PR carries no What I did not verify: no lint/test suite applies to this docs-only change; the PR's "Manual verification of path resolution logic" Test plan item is the author's own unverified claim, not something I independently confirmed. |
Mirror the Worker Contract worktree-cwd discipline in the finding-extractor subagent dispatch prompt so validation reads cannot drift to the session checkout. Fixes #1300. Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
2d751e5 to
faaf812
Compare
Document <absolute-worktree-path> substitution and quote git -C paths. Bump to 0.53.11. Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
|
Warning Automated security review did not complete — this is an infrastructure failure, not a review verdict. Treat any Claude comment on this PR (including a placeholder like "I'll analyze this and get back to you") as incomplete, not "no findings."
The check is green on purpose, and it is not evidence. It certifies that a security pass ran, and this one did not complete — but the cause is outside this PR's control, so merging is deliberately left unblocked rather than locking every merge for the length of the outage. Nothing was reviewed at this head. Where this check is required, it is satisfied without that evidence; a human should review security-sensitive changes here before merging. Re-run the job to retry the review; a new push also retries it only if the caller's Re-running does NOT help for every class:
|
|
Warning Automated review did not complete — this is an infrastructure failure, not a review verdict. Treat any Claude comment on this PR (including a placeholder like "I'll analyze this and get back to you") as incomplete, not "no findings."
Re-run the job to retry the review. A new push re-triggers this lane only if the caller's |
Fixes #1300
Summary
Test plan
Related
N/A