Merged commits stabilize the Fusion roadmap plugin's identity and routing surface, establishing a canonical plugin ID and compatibility routes so the roadmap plugin integrates cleanly with the dashboard's plugin system. Added new roadmap-routes and roadmap-suggestions modules in the dashboard packag Fusion-Task-Id: FN-3637
7 lines
178 B
TypeScript
7 lines
178 B
TypeScript
export {
|
|
mapFeatureToTaskHandoff,
|
|
mapRoadmapToMissionHandoff,
|
|
mapRoadmapWithHierarchyToMissionHandoff,
|
|
mapAllFeaturesToTaskHandoffs,
|
|
} from "./store/roadmap-handoff.js";
|