feat(FN-3309): remove PI install references and documentation

Merges the final step for FN-3309, adding a changeset to document the removal of pi install references. The changeset is the only file changed, completing the feature work.

Fusion-Task-Id: FN-3309
This commit is contained in:
Fusion
2026-05-03 13:01:54 -07:00
committed by gsxdsm
parent b9b5c0873c
commit 21504f6153
12 changed files with 33 additions and 66 deletions

View File

@@ -3,14 +3,14 @@
</required_reading>
<objective>
Guide the agent through using the Fusion dashboard and CLI for operations not available via pi extension tools.
Guide the agent through using the Fusion dashboard and CLI for operations not available via extension tools.
</objective>
<process>
**Starting the dashboard:**
Use the `/fn` command (registered by the pi extension):
Use the `/fn` command (registered by the Fusion extension):
- `/fn` or `/fn 4040` — Start dashboard + AI engine on specified port (default 4040)
- `/fn stop` — Stop the dashboard
- `/fn status` — Check if dashboard is running
@@ -28,7 +28,7 @@ The dashboard provides:
**Operations that require CLI or dashboard:**
These cannot be done with pi extension tools:
These cannot be done with extension tools:
| Operation | CLI Command | Dashboard |
|-----------|-------------|-----------|

View File

@@ -4,7 +4,7 @@
</required_reading>
<objective>
Guide the agent through creating, viewing, and managing tasks on the Fusion board using pi extension tools.
Guide the agent through creating, viewing, and managing tasks on the Fusion board using extension tools.
Use only the public `fn_*` extension tools in this workflow. Do not substitute internal engine runtime tools like `task_create`, `task_update`, `task_log`, or `task_done`.
</objective>