feat(FN-3087): document graph plugin in plugin authoring guide

Documentation-only finish for FN-3087, adding changeset and README updates for the dependency graph plugin and plugin authoring guide.

Fusion-Task-Id: FN-3087
This commit is contained in:
Fusion
2026-05-07 08:19:24 -07:00
committed by gsxdsm
parent 41a1e1a2f2
commit 21b7d41680
14 changed files with 104 additions and 15 deletions

View File

@@ -634,6 +634,11 @@ registerPluginView(
The host then renders plugin views via `PluginDashboardViewHost` using the composite ID.
Runtime host context contract:
- Registered views receive a `context` object from the dashboard host (`PluginDashboardViewContext`).
- Context includes the active `projectId`, current visible `tasks`, optional `workflowSteps`, and `openTaskDetail` for launching the native task detail flow.
- Keep view-specific UI behavior in the plugin; treat host context as service/data injection only.
Placement guidance:
- `primary`: top-level nav tab (host may limit count on mobile)
- `overflow`: desktop header overflow menu