Files
fusion/.changeset/task-create-github-tracking-flags.md
gsxdsm 52a28d39ff feat: add per-task GitHub tracking overrides to task create (fn_task_create + CLI)
fn_task_create gains github_tracking/github_repo params and fn task create
gains --github/--no-github/--github-repo flags, resolved through
resolveTaskGithubTracking (task > project > global). CLI create now also
honors the project/global tracking-enabled default it previously ignored;
explicit disables persist enabled:false so later default flips cannot
re-enable a task.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-14 21:12:15 -07:00

483 B

@runfusion/fusion
@runfusion/fusion
minor

summary: Task creation now accepts per-task GitHub tracking overrides (fn_task_create params and fn task create --github). category: feature dev: New github_tracking/github_repo params on fn_task_create and --github/--no-github/--github-repo flags on fn task create. CLI create now also applies the project/global "tracking enabled by default" setting it previously ignored; explicit disables persist githubTracking.enabled:false.