feat(FN-4564): complete Step 4 — sync self-healing missing-worktree docstring

Fusion-Task-Id: FN-4564
Fusion-Task-Lineage: 1a0c186a-1eb1-496a-aa8d-1bdf2254bb20
This commit is contained in:
Fusion
2026-05-14 23:13:42 -07:00
committed by gsxdsm
parent c11389a75e
commit c9ddfffa4f

View File

@@ -4098,7 +4098,9 @@ export class SelfHealingManager {
* Recover failed `in-review` retries that point at a missing worktree path.
*
* This is a narrow guard for session-start failures thrown by
* assertValidWorktreeSession() (`Refusing to start coding agent in missing worktree:`).
* assertValidWorktreeSession() (`Refusing to start coding agent in missing worktree:`,
* `Refusing to start coding agent in incomplete worktree:`, and
* `Refusing to start coding agent in unregistered git worktree:`).
* We clear stale worktree metadata and failure state, keep step progress and
* retry counters, then requeue to todo for a clean retry.
*/