feat(FN-3158): migrate roadmap domain modules to fusion-plugin-roadmap pack
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
This commit is contained in:
@@ -2,12 +2,20 @@
|
||||
"name": "@fusion-plugin-examples/roadmap",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"description": "Roadmap backend plugin for Fusion",
|
||||
"description": "Roadmap plugin package for Fusion",
|
||||
"private": true,
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"import": "./src/index.ts"
|
||||
},
|
||||
"./server": {
|
||||
"types": "./src/server/index.ts",
|
||||
"import": "./src/server/index.ts"
|
||||
},
|
||||
"./dashboard-view": {
|
||||
"types": "./src/dashboard-view.ts",
|
||||
"import": "./src/dashboard-view.ts"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
@@ -16,6 +24,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@fusion/core": "workspace:*",
|
||||
"@fusion/dashboard": "workspace:*",
|
||||
"@fusion/plugin-sdk": "workspace:*",
|
||||
"express": "^5.1.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user