From e803d5cbfc63745c98c98d46a95007f8e75090d4 Mon Sep 17 00:00:00 2001 From: ScriptedAlchemy Date: Sun, 6 Sep 2026 02:31:34 +0000 Subject: [PATCH] test: expect manifest v3 summary --- packages/agent-bundle/tests/cli.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/agent-bundle/tests/cli.test.ts b/packages/agent-bundle/tests/cli.test.ts index e65aba422..df61d6f2e 100644 --- a/packages/agent-bundle/tests/cli.test.ts +++ b/packages/agent-bundle/tests/cli.test.ts @@ -631,7 +631,7 @@ it('includes a built-manifest summary on inspect --json after a build, and omits const human = await runSourceCliWithOutput(['inspect', '--root', project.root]); expect(human).toMatchObject({ code: 0, stderr: '' }); - expect(human.stdout).toContain('Built manifest: v2 cli-fixture (codex, portable)'); + expect(human.stdout).toContain('Built manifest: v3 cli-fixture (codex, portable)'); const artifact = await runSourceCliWithOutput([ 'inspect', '--artifact', join(project.root, 'dist'), '--json',