feat(FN-4711): complete Step 1 — extend worktrunk install audit contract

Fusion-Task-Id: FN-4711
Fusion-Task-Lineage: 800e3606-c30f-40c5-a707-4dbbf5a9d032
This commit is contained in:
Fusion (runfusion.ai)
2026-05-16 02:01:34 -07:00
committed by gsxdsm
parent f40f2ba9b1
commit 17dc1ba5ac

View File

@@ -80,6 +80,8 @@ export type GitMutationType =
* installSource?: "release-binary" | "cargo"; // only on successful install events
* prunedCount?: number; // only on successful prune events when known
* }
*
* For `worktree:worktrunk-install`, `target` must be the installed `binaryPath`.
* ```
*/
| "worktree:worktrunk-install"