Duplicated ready-check + upgrade notify + open-settings logic remains in several commands after initial extraction in MPI cycle.
See src/binary/patchloom.ts:ensurePatchloomReadyOrNotify
Commands still using old pattern:
- src/commands/configureMcp.ts
- src/commands/setupWorkspace.ts
- src/commands/verifyMcp.ts
- src/commands/managedInstall.ts
- src/commands/showStatus.ts (?)
Fix by updating them to use the helper (passing appropriate context suffix for messages).
Duplicated ready-check + upgrade notify + open-settings logic remains in several commands after initial extraction in MPI cycle.
See src/binary/patchloom.ts:ensurePatchloomReadyOrNotify
Commands still using old pattern:
Fix by updating them to use the helper (passing appropriate context suffix for messages).