* Workspace-creation hook. The launcher calls this once for every adapter * enabled on a workspace. Responsible for technical wiring (writing * `.mcp.json`, adding trust entries to global config, etc.) — NOT for * instruction files like CLAUDE.md / AGENTS.md (template README covers * the
(ctx: BootstrapContext)
| 222 | * the cross-CLI guidance). |
| 223 | */ |
| 224 | bootstrap?(ctx: BootstrapContext): Promise<void>; |
| 225 | |
| 226 | /** |
| 227 | * Read/write the workspace's per-CLI AI-provider override. The launcher |
no outgoing calls
no test coverage detected