feat(FN-4682): complete Step 3 — add changeset

Fusion-Task-Id: FN-4682
Fusion-Task-Lineage: f37fb4a1-878b-4d0c-85c8-0f005ab0fe7b
This commit is contained in:
Fusion (runfusion.ai)
2026-05-15 15:55:10 -07:00
committed by gsxdsm
parent 58aa411077
commit c7a6d68f2e

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Make task worktree liveness checks language-agnostic by removing the root `package.json` requirement. Worktrees are now considered usable based on git integrity (`.git` presence, registration, and `git rev-parse --is-inside-work-tree`), fixing false `not_usable_task_worktree` failures in Python, polyglot, nested-manifest, and empty repositories.