feat(FN-3720): split executor.test.ts into eight focused suites and add she

The merge splits the large monolithic `executor.test.ts` into seven focused test suites covering core logic, pause behavior, prompt handling, recovery, review verdicts, step sessions, and worktree operations, and adds shell context hook plumbing across the dashboard, desktop, and mobile packages to

Fusion-Task-Id: FN-3720
This commit is contained in:
Fusion
2026-05-07 22:04:10 -07:00
committed by gsxdsm
parent a6c4ee2b8c
commit 979cf115d9
12 changed files with 14770 additions and 14508 deletions

View File

@@ -117,7 +117,7 @@ _Date: 2026-04-08_
Sampled files (2-3 per package):
- Core: `store.test.ts`, `db-migrate.test.ts`, `central-core.test.ts`
- Engine: `executor.test.ts`, `stuck-task-detector.test.ts`
- Engine: `executor-core.test.ts`, `executor-step-session.test.ts`, `stuck-task-detector.test.ts`
- CLI: `commands/task.test.ts`, `commands/dashboard.test.ts`
- Dashboard: `routes.test.ts`, `SettingsModal.test.tsx`, `components/__tests__/Column.test.tsx`