Files
fusion/plugins/fusion-plugin-roadmap/manifest.json
Fusion a1f158f13b feat(FN-3160): move roadmap route context into fusion-plugin-roadmap plugin
The merge completes FN-3160 by making the roadmap route context plugin-owned, moving `roadmap-routes` and `roadmap-suggestions` logic from the dashboard into `fusion-plugin-roadmap` with updated plugin-loader integration. It also includes FN-3755's shared state snapshot support for mesh sync hardeni

Fusion-Task-Id: FN-3160
2026-05-08 15:43:22 -07:00

17 lines
335 B
JSON

{
"id": "roadmap-planner",
"name": "Roadmaps",
"version": "0.1.0",
"description": "Standalone roadmap planning plugin",
"dashboardViews": [
{
"viewId": "roadmaps",
"label": "Roadmaps",
"componentPath": "./dashboard-view",
"icon": "Map",
"placement": "primary",
"order": 30
}
]
}