feat(FN-3080): document graph navigation canonicalization in plugin authori

Adds documentation for graph navigation canonicalization (FN-3080) covering plugin authoring and dashboard usage, along with a changeset for the `@runfusion/fusion` package release.

Fusion-Task-Id: FN-3080
This commit is contained in:
Fusion
2026-05-06 22:53:50 -07:00
committed by gsxdsm
parent 6a3faa5a44
commit 967896fb16
12 changed files with 106 additions and 44 deletions

View File

@@ -612,6 +612,11 @@ Placement guidance:
- `overflow`: desktop header overflow menu
- `more`: mobile More sheet / secondary nav surfaces
Project-scoped UI state guidance:
- Persist plugin view layout/state in browser storage using a plugin-owned base key and the shared project-scoped pattern (`kb:${projectId}:${baseKey}`).
- For dependency graph layout, the canonical base key is `fusion-plugin-dependency-graph:positions`.
- Do not persist plugin UI state in task metadata or server-side task records.
---
## 9. Registering Agent Runtimes