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 9e04467b57
commit f240683fc8
12 changed files with 14770 additions and 14508 deletions

View File

@@ -78,7 +78,7 @@ Previously tracked actionable skip follow-ups are now resolved and should not be
- **FN-2085**: wildcard proxy POST body forwarding coverage is active.
- **FN-2076 / FN-2106 / FN-2109**: NewAgentDialog and MissionInterviewModal rollback favorite-toggle regressions are active interaction tests.
- The former engine `executor.test.ts` step-session alias skip is no longer present; ownership now lives in active engine tests.
- The former single-file executor step-session alias skip is no longer present; ownership now lives in the split executor suites (`executor-*.test.ts`).
Searches for those IDs in repository test code and docs now return no active TODO/skip markers tied to unresolved work.

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`