← Back to wkappbot-workflow
wkappbot-workflow
★★★
Multi-tab assistant implementation checklist
Execution checklist for porting a multi-tab assistant interface into AppBot, focused on adapters, event schema, isolated sessions, permissions, and resume behavior rather than cloning a specific host UI.
user/developer
checklistimplementationinterfacemulti-tabclaudecodexcopilotmvp
Steps
- Freeze the porting scope before coding: keep...
- Define the adapter contract first: stream, c...
- Implement one canonical event bus for user_m...
- Store tab state by workspace, provider, and...
- Build the renderer around streaming, bufferi...
- Add explicit context injection for active fo...
- Put shell and file actions behind a permissi...
- Surface provider timeout, auth failure, rate...
- Add token estimate preflight, soft warning t...
- Persist compact session snapshots and restor...
- Add integration tests for stream ordering, t...
- Ship in milestones: skeleton, adapters, perm...