feat(FN-4499): complete Step 4 — wire bootstrap contamination recovery

Fusion-Task-Id: FN-4499
Fusion-Task-Lineage: 3e9fee75-5c3d-4ce5-aa8b-3f2bb94e48eb
This commit is contained in:
Fusion
2026-05-14 13:21:23 -07:00
committed by gsxdsm
parent 311bee43a0
commit 259903e56b
3 changed files with 123 additions and 32 deletions

View File

@@ -79,6 +79,7 @@ export type GitMutationType =
| "branch:auto-reclaim"
| "branch:orphan-prune"
| "branch:orphan-rescued"
| "branch:reanchor"
| "stash:push"
| "stash:pop";