feat(FN-4758): document CLI PR create entry points

- Add a dedicated `fn pr create <task-id>` help section in the CLI usage output
- Recast `fn task pr-create` in help text as an alias of the new PR command
- Add a changeset describing the dashboard Create-PR entry points and CLI command rollout

Fusion-Task-Id: FN-4758
This commit is contained in:
Fusion (runfusion.ai)
2026-05-17 04:38:19 -07:00
committed by gsxdsm
parent 7bd7ad4eac
commit 7b48387a74
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
---
"@runfusion/fusion": minor
---
Add Create-PR entry points across the dashboard (task detail header, task card quick action,
in-review auto-prompt, review tab) and a new `fn pr create <task-id>` CLI command. The legacy
`fn task pr-create` remains as an alias.