feat(cli): add deep work mode with integrated execution flow

This commit is contained in:
Dmitry Lyalin
2026-02-12 23:21:11 -05:00
parent d82f66973f
commit c57b55fa03
46 changed files with 2348 additions and 109 deletions
@@ -367,6 +367,10 @@ Ask the user for specific feedback on how to improve the plan.`,
ApprovalMode.DEFAULT,
'Default mode (edits will require confirmation)',
);
await testMode(
ApprovalMode.DEEP_WORK,
'Deep Work mode (iterative execution with readiness checks)',
);
});
it('should throw for invalid post-planning modes', async () => {