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:
@@ -410,7 +410,7 @@ export class TriageProcessor {
|
||||
try {
|
||||
const detail = await this.store.getTask(task.id);
|
||||
const settings = await this.store.getSettings();
|
||||
const promptPath = `.kb/tasks/${task.id}/PROMPT.md`;
|
||||
const promptPath = `.fusion/tasks/${task.id}/PROMPT.md`;
|
||||
|
||||
const agentWork = async () => {
|
||||
// Set status only after the semaphore slot has been acquired, so
|
||||
@@ -1056,7 +1056,7 @@ export async function readAttachmentContents(
|
||||
for (const att of attachments) {
|
||||
const filePath = join(
|
||||
rootDir,
|
||||
".kb",
|
||||
".fusion",
|
||||
"tasks",
|
||||
taskId,
|
||||
"attachments",
|
||||
|
||||
Reference in New Issue
Block a user