Remove gitExclude and assertCleanWorkingTree #53
Loading…
Reference in a new issue
No description provided.
Delete branch "issue-52/remove-gitexclude-and-clean-working-tree-check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fix resume failure at implement stage caused by two mechanisms that conflicted with resume semantics:
Solution: Remove both mechanisms entirely. Rely on .pi-loop/ being in the target repo's .gitignore for exclusion — git naturally excludes ignored paths from diff and add.
Changes
Testing
Checklist