From 68bf3f1876b239994b5e885aa441f8590d8e5d5f Mon Sep 17 00:00:00 2001 From: claude-hdb Date: Mon, 13 Jul 2026 19:42:23 +0000 Subject: [PATCH] docs: point smoke's instance-wide lookup at #29 Co-Authored-By: Claude Opus 4.8 --- src/cli.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/cli.ts b/src/cli.ts index 3fd9555..9e3dccb 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -1081,8 +1081,10 @@ async function main(): Promise { } // Resolved against the instance-wide application list, not the project's: // that is what it did before this change and it is not this change's job to - // alter which app gets written to. It does mean two projects with an app of - // the same name are a coin flip — filed separately. + // alter which app gets written to. It does mean the name is not actually a + // coordinate — one project's `core` and another's, or prod's and staging's + // on the same instance, are a coin flip. See #29; fixing it needs the + // read-side coordinates (--project/--environment) smoke does not yet have. const apps = (await client.get("/applications")) as Array<{ uuid: string; name: string;