chore(FN-4959): complete Step 4 — regenerate fusion skill tool references

Fusion-Task-Id: FN-4959
Fusion-Task-Lineage: 59a0c481-5a2d-4a2f-9230-3a5437b687a6
This commit is contained in:
Fusion (runfusion.ai)
2026-05-17 21:39:40 -07:00
committed by gsxdsm
parent 716a45a96b
commit ceacad78a1
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ Create a new task on the Fusion task board. The task enters the planning column
### fn_task_update
Update fields on an existing task. Supports modifying the title, description, dependencies, and assigned agent after task creation.
Update fields on an existing task. Supports modifying the title, description, dependencies, assigned agent, and priority after task creation.
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
@@ -31,6 +31,7 @@ Update fields on an existing task. Supports modifying the title, description, de
| `depends` | array | — | New dependency list — replaces existing dependencies (e.g. ['FN-001', 'FN-002']) |
| `agentId` | union | — | Agent ID to assign this task to, or null to clear (e.g. 'agent-abc123') |
| `nodeId` | union | — | Node ID override for this task, or null to clear |
| `priority` | string(enum) | — | Task priority (low, normal, high, urgent) |
### fn_task_list

View File

@@ -13,7 +13,7 @@ All skill/extension tool invocations in this catalog use the public `fn_*` names
| Tool | Purpose |
|------|---------|
| `fn_task_create` | Create a new task on the Fusion task board. The task enters the planning column where the AI planning agent will plan it into a full prompt with steps, file scope, and acceptance criteria. |
| `fn_task_update` | Update fields on an existing task. Supports modifying the title, description, dependencies, and assigned agent after task creation. |
| `fn_task_update` | Update fields on an existing task. Supports modifying the title, description, dependencies, assigned agent, and priority after task creation. |
| `fn_task_list` | List all tasks on the Fusion board, grouped by column. |
| `fn_task_show` | Show full details for a task including steps, progress, and log entries. |
| `fn_task_attach` | Attach a file to a task. Supports images (png, jpg, gif, webp) and text files (txt, log, json, yaml, yml, toml, csv, xml). |