feat(FN-3925): add task-level GitHub tracking controls to create-task and t

Adds GitHub tracking controls to the create-task flow and task detail modal, with wired patch transport to persist the setting. Includes a CLI extension alignment (FN-3921) and a post-merge typecheck fix (FN-3925).

Fusion-Task-Id: FN-3925
This commit is contained in:
Fusion
2026-05-10 07:30:02 -07:00
committed by gsxdsm
parent 29c8ef5ec4
commit 8e9cd1a531
3 changed files with 10 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Expose per-task GitHub tracking controls in task creation/editing and task detail, including repo override handling, linked-issue display, and manual unlink flow.