fix(KB-637): test fixes and code cleanup

- Fix executor test worktree recovery assertions to use exact command matching
- Fix routes.test.ts mission store mock and git worktree list mock
- Fix SettingsModal temporal dead zone by moving activeSectionScope declaration
- Remove incomplete project-context feature from CLI
- Clean up AGENTS.md and README documentation
This commit is contained in:
gsxdsm
2026-03-31 22:41:38 -07:00
parent e3055f8d93
commit 15e451cd74
4 changed files with 39 additions and 26 deletions

View File

@@ -0,0 +1,9 @@
---
"@gsxdsm/fusion": patch
---
Fix pre-existing test failures (KB-637)
- Fixed engine executor test missing mock for git worktree list command
- Fixed dashboard SettingsModal temporal dead zone issue with activeSectionScope variable
- Fixed dashboard routes tests by adding getMissionStore mock and using actual git repository for Git Management endpoints