fix(FN-4774): document fn_task_search in engine skill tools

Fusion-Task-Id: FN-4774
Fusion-Task-Lineage: f3b81550-fb23-441e-aee7-44ffec63d03d
This commit is contained in:
Fusion (runfusion.ai)
2026-05-16 11:46:01 -07:00
committed by gsxdsm
parent 11012b49c9
commit 16ede9ca27

View File

@@ -41,6 +41,7 @@ These tools are **not** part of the user-invokable extension surface. They are i
| Tool | Purpose | Parameters |
|---|---|---|
| `fn_task_list` | List active tasks during specification (duplicate check, discovery) | none |
| `fn_task_search` | Keyword search tasks (including done/archived by default) for duplicate detection | `query` (string), `limit?` (number), `includeDone?` (boolean), `includeArchived?` (boolean) |
| `fn_task_get` | Fetch full task detail including PROMPT.md | `id` (string) |
| `fn_review_spec` | Spawn spec reviewer and return `APPROVE`/`REVISE`/`RETHINK`/`UNAVAILABLE` | none |