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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user