The merge extracts the roadmap domain into a standalone plugin package (`plugins/fusion-plugin-roadmap`), wiring it into the CLI bundle and dashboard scaffold, with new modules for roadmap types, store, ordering, and handoff logic. A secondary change normalizes shell host bootstrap, introducing `She Fusion-Task-Id: FN-3158
17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
|
"id": "fusion-plugin-roadmap",
|
|
"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
|
|
}
|
|
]
|
|
}
|