fix(repomanager): sanitize reused workers for BUG-003 - #293
Merged
Conversation
|
|
sbalabanov
marked this pull request as ready for review
August 26, 2026 18:32
sbalabanov
marked this pull request as draft
August 26, 2026 19:17
sbalabanov
commented
Aug 26, 2026
sbalabanov
left a comment
Contributor
Author
There was a problem hiding this comment.
update PR description to use concrete wording, like "git checkout" instead of "materialization". Simplify.
sbalabanov
marked this pull request as ready for review
August 26, 2026 23:57
Contributor
Author
|
Addressed review 5036024575 at HEAD [addressed by agent] |
xytan0056
reviewed
Aug 27, 2026
sbalabanov
force-pushed
the
sbalabanov/bug-003
branch
from
August 27, 2026 21:26
31d76b4 to
0d0eb3c
Compare
xytan0056
approved these changes
Aug 27, 2026
Summary: Intent: - Prevent BUG-003 from exposing dirty or failed materializations to later requests. Changes: - Restore tracked, untracked, ignored, and submodule state before reusing a worker. - Recreate workers whose cleanup cannot be verified and cover both cleanup paths with regression tests.
sbalabanov
force-pushed
the
sbalabanov/bug-003
branch
from
August 27, 2026 22:10
0d0eb3c to
8f2b914
Compare
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
BUG-003 prevents changes left by one request from affecting the next request that reuses the same repository worker.
git checkoutand workspace changes, reset tracked files and remove untracked, ignored, and submodule changes.Test Plan
AI Verification
0 issues detected
Skipped validators: claude · EngWiki
Issues
T3-BUG-003