## Summary Wave 17 organizes Fusion into **domain folders** (stacks on #2397). ### Layout - **core/types/** — board, task, agents, settings, merge, workflow, mesh, … - **core/src/** — agents, ai, async-stores, workflows, tasks, config, db, … - **dashboard/app/api/** — client, tasks, agents, git, missions, planning, … - **engine/src/** — agents, auth, execution, merge, missions, overseer, worktree, … Root keepers retained for large entrypoints (`store.ts`, `executor.ts`, `merger.ts`, …). Public barrels (`@fusion/core`, `@fusion/engine`, `app/api.ts` → legacy) stay stable. ## Test plan - [x] `@fusion/core` typecheck - [x] `@fusion/engine` typecheck (pre-existing playwright-core noise only) - [ ] CI merge gate **Stack:** #2394 → #2397 → **this PR**
15 lines
619 B
JSON
15 lines
619 B
JSON
{
|
|
"packages/core/src/async-stores/async-chat-store.ts": 4,
|
|
"packages/core/src/async-stores/async-mission-store.ts": 1,
|
|
"packages/core/src/chat/chat-store.ts": 1,
|
|
"packages/core/src/postgres/migrations/0036_chat_session_tags.sql": 2,
|
|
"packages/dashboard/app/App.tsx": 1,
|
|
"packages/dashboard/app/components/AgentDetailView.css": 1,
|
|
"packages/dashboard/app/components/ChatView.css": 2,
|
|
"packages/dashboard/app/components/TaskDetailModal.css": 1,
|
|
"packages/dashboard/vitest.config.ts": 1,
|
|
"packages/engine/src/project-engine.ts": 1,
|
|
"packages/engine/src/triage.ts": 2,
|
|
"docs/workflow-steps.md": 1
|
|
}
|