Skip to content

Commit 72e0244

Browse files
lpcoxCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a670829 commit 72e0244

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/container-runtime.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
* ## Adding a microVM backend (e.g. Docker sbx)
3333
*
3434
* Add an entry with `executionModel: 'microvm'` and register its backend in
35-
* `external-runtime-backend-resolver.ts`. Callers use
36-
* {@link runtimeUsesComposeAgent} only to decide whether to include the agent
37-
* service in docker-compose.yml. Infrastructure services (Squid, api-proxy)
38-
* are generated regardless of execution model.
35+
* `external-runtime-backend-resolver.ts`. Callers use
36+
* {@link runtimeUsesComposeAgent} to distinguish Compose-managed agents from
37+
* external backends and to decide whether to include the agent service in
38+
* docker-compose.yml. Infrastructure services are generated in either mode.
3939
*/
4040

4141
// ─── Registry ────────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)