Add tests and docs for worktree reattach prune fix (#4394)#4403
Merged
rysweet merged 2 commits intoApr 23, 2026
Merged
Conversation
- tests/recipes/test_worktree_reattach_prune_4394.py: 13 tests (5 YAML static + 8 live git) - docs/recipes/step-04-worktree-reattach-prune.md: full retcon doc - worktrees/README.md: cross-reference to prune doc Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1cb80a1 to
c5074e3
Compare
Automatic checkpoint to preserve work in progress. Tests and implementation saved before refactoring phase.
c5074e3 to
d4f4fe4
Compare
Contributor
Repo Guardian - PassedAll changed files in this PR are durable repository artifacts. No ephemeral content detected.
|
Contributor
PR Triage ReportPR #4403 — Add tests and docs for worktree reattach prune fix (#4394) Classification
Files Changed
No production code changes. All changes are tests and documentation. CI Status
Recommend verifying these two failures are pre-existing or unrelated infrastructure noise before merging. Test Coverage
Suggested Labels
Other Open PRs — Staleness NoticeThe following PRs have been open for 16–18 days and are still awaiting review:
PR #4396 (automated docs draft) expires today (April 19, 2026) and is labeled
|
This was referenced Apr 19, 2026
Closed
Closed
This was referenced Apr 23, 2026
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.
Follow-up to #4394 (merged). Adds:
tests/recipes/test_worktree_reattach_prune_4394.pydocs/recipes/step-04-worktree-reattach-prune.md— problem statement, solution, 3-state diagram, reproduction stepsworktrees/README.mdAll pre-commit hooks pass (ruff, pyright, prettier, secrets).