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
3 lines
125 B
TypeScript
3 lines
125 B
TypeScript
export { RoadmapStore } from "./store/roadmap-store.js";
|
|
export type { RoadmapStoreEvents } from "./store/roadmap-store.js";
|