feat(KB-336): rename data directory from .kb to .fusion
- Rename data directory from .kb to .fusion across core, CLI, dashboard, and engine - Update all path references in source files, tests, and CLI output - Remove deprecated central-core infrastructure (central-core, central-db, central-integration) - Remove obsolete test files (PlanningModeModal.test.tsx, ScheduleForm.test.tsx) - Add changeset for the directory rename breaking change
This commit is contained in:
@@ -32,7 +32,7 @@ describe("TaskStore.listTasks() sort order", () => {
|
||||
|
||||
// Force identical createdAt by rewriting the task.json files
|
||||
const { readFile, writeFile } = await import("node:fs/promises");
|
||||
const tasksDir = join(rootDir, ".kb", "tasks");
|
||||
const tasksDir = join(rootDir, ".fusion", "tasks");
|
||||
const sameTimestamp = "2026-06-01T00:00:00Z";
|
||||
|
||||
for (const t of [t1, t2, t3]) {
|
||||
|
||||
Reference in New Issue
Block a user