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',