feat(FN-4579): complete Step 5 — clarify milestone field semantics

Fusion-Task-Id: FN-4579
Fusion-Task-Lineage: b0f3b436-599f-4b7b-a598-b8789e0e4cb7
This commit is contained in:
Fusion
2026-05-15 06:33:22 -07:00
committed by gsxdsm
parent 56d7bfb564
commit 508a174e44
4 changed files with 11 additions and 3 deletions

View File

@@ -261,7 +261,7 @@ Update an existing feature's title, description, or acceptance criteria. Partial
### fn_milestone_update
Update an existing milestone's title, description, or acceptance criteria. Partial patches leave untouched fields intact.
Update an existing milestone's title, description, or acceptance criteria (the structured pass/fail bar, distinct from verification's free-form how-to-confirm notes). Partial patches leave untouched fields intact.
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|

View File

@@ -50,7 +50,7 @@ All skill/extension tool invocations in this catalog use the public `fn_*` names
| `fn_slice_activate` | Activate a pending slice for implementation. Sets status to 'active' and enables task linking for its features. |
| `fn_feature_link_task` | Link a feature to a fn task for implementation. Updates the feature status to 'triaged' and associates it with the task. |
| `fn_feature_update` | Update an existing feature's title, description, or acceptance criteria. Partial patches leave untouched fields intact. |
| `fn_milestone_update` | Update an existing milestone's title, description, or acceptance criteria. Partial patches leave untouched fields intact. |
| `fn_milestone_update` | Update an existing milestone's title, description, or acceptance criteria (the structured pass/fail bar, distinct from verification's free-form how-to-confirm notes). Partial patches leave untouched fields intact. |
| `fn_agent_stop` | Stop a running agent — pauses its execution. Transitions the agent from running/active to paused state. |
| `fn_agent_start` | Start a stopped agent — resumes its execution. Transitions the agent from paused to active state. |
| `fn_agent_create` | Create a new non-ephemeral agent. |