feat: rename data directory, add global project settings, multi-project CLI commands, and provider badge in model selector
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -265,7 +265,7 @@ describe("Scheduler", () => {
|
||||
});
|
||||
|
||||
describe("filesystem validation", () => {
|
||||
it("validates tasks using the .kb task directory layout", async () => {
|
||||
it("validates tasks using the .fusion task directory layout", async () => {
|
||||
const todoTask = createMockTask({ id: "FN-010", column: "todo" });
|
||||
const moveTask = vi.fn().mockResolvedValue(undefined);
|
||||
const updateTask = vi.fn().mockResolvedValue(undefined);
|
||||
|
||||
Reference in New Issue
Block a user