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

@@ -289,8 +289,12 @@ Usage:
fn task branch-recovery <id> [--reclaim <branch>] [--discard <branch> --yes]
Inspect, reclaim, or discard stranded task branches
fn task pr-create <id> [--title <title>] [--base <branch>] [--body <body>]
Create a GitHub PR for an in-review task
Alias of: fn pr create
fn task import <owner/repo> [opts] Import GitHub issues as tasks
PR:
fn pr create <task-id> [--title <title>] [--base <branch>] [--body <body>] [--draft] [--no-ai]
Create a GitHub PR for a task (default: AI-generated title/body)
fn research create --query <text> [--wait] [--max-wait-ms <ms>] [--json]
Create and optionally wait for a cited-research run (search/fetch/synthesis)
fn research list | ls [--status <status>] [--limit <n>] [--json]