feat(FN-3637): establish canonical roadmap plugin ID and compatibility rout
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
This commit is contained in:
@@ -17,7 +17,7 @@ import plugin, {
|
||||
normalizeRoadmapMilestoneOrder,
|
||||
} from "../index.js";
|
||||
|
||||
describe("roadmap-planner package surface", () => {
|
||||
describe("fusion-plugin-roadmap package surface", () => {
|
||||
const tmpDirs: string[] = [];
|
||||
|
||||
afterEach(async () => {
|
||||
@@ -48,7 +48,7 @@ describe("roadmap-planner package surface", () => {
|
||||
});
|
||||
|
||||
it("exports plugin manifest with roadmap id", () => {
|
||||
expect(plugin.manifest.id).toBe("roadmap-planner");
|
||||
expect(plugin.manifest.id).toBe("fusion-plugin-roadmap");
|
||||
});
|
||||
|
||||
it("registers onSchemaInit hook that creates roadmap tables and indexes", () => {
|
||||
|
||||
Reference in New Issue
Block a user