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
8 lines
197 B
TypeScript
8 lines
197 B
TypeScript
export {
|
|
normalizeRoadmapMilestoneOrder,
|
|
applyRoadmapMilestoneReorder,
|
|
normalizeRoadmapFeatureOrder,
|
|
applyRoadmapFeatureReorder,
|
|
moveRoadmapFeature,
|
|
} from "./store/roadmap-ordering.js";
|