refactor(pr-automation): replace git checkout with worktree isolation#1976
Merged
refactor(pr-automation): replace git checkout with worktree isolation#1976
Conversation
- Replace branch switching in pr-review, pr-fix, pr-automation skills with git worktree for full isolation (main repo never leaves main) - Add worktree cleanup to daemon crash recovery (pr-automation.sh) - Extract config to scripts/pr-automation.conf (CRITICAL_PATH_PATTERN, LARGE_PR_FILE_THRESHOLD, PR_DAYS_LOOKBACK, etc.) - Export env vars needed by Claude's Bash tool at runtime - Use remote refs (FETCH_HEAD) for scale assessment instead of checkout
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
git checkout/gh pr checkoutbranch switching in pr-review, pr-fix, pr-automation skills withgit worktreeisolation — the main repo never leavesmainscripts/pr-automation.conf, sourced by daemon with env var override supportTest plan
bash -n scripts/pr-automation.sh— syntax check passes/pr-review <PR>manually — verify worktree created at/tmp/aionui-pr-*and cleaned up after/pr-fix <PR>manually — verify fixes applied in worktree, pushed correctlyCRITICAL_PATH_PATTERN="" ./scripts/pr-automation.sh— verify env takes precedence