fix(ci): schema-version literal, CLI core-mock spreads, plugin-sdk type-only exports, restore pruned i18n keys

This commit is contained in:
gsxdsm
2026-06-04 03:38:05 -07:00
parent da844b86f0
commit e711e6e0fd
10 changed files with 221 additions and 96 deletions

View File

@@ -743,10 +743,10 @@ describe("RoadmapStore", () => {
});
describe("schema version", () => {
it("schema version is 105 after init", () => {
it("schema version is 107 after init", () => {
// Tracks @fusion/core's SCHEMA_VERSION (the roadmap store layers on core's
// Database). Bump this in lockstep when core adds a migration.
expect(db.getSchemaVersion()).toBe(105);
expect(db.getSchemaVersion()).toBe(107);
});
});