From 67b0f4060760ff7983cd982af6279902e79c1b01 Mon Sep 17 00:00:00 2001 From: 777genius Date: Mon, 11 May 2026 17:51:11 +0300 Subject: [PATCH] test(team): update launch bootstrap prompt expectations --- .../services/team/TeamProvisioningServicePrompts.test.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/main/services/team/TeamProvisioningServicePrompts.test.ts b/test/main/services/team/TeamProvisioningServicePrompts.test.ts index e3cc1edc..e9543d0f 100644 --- a/test/main/services/team/TeamProvisioningServicePrompts.test.ts +++ b/test/main/services/team/TeamProvisioningServicePrompts.test.ts @@ -215,7 +215,7 @@ describe('TeamProvisioningService prompt content (solo mode discipline)', () => await svc.cancelProvisioning(runId); }); - it('launchTeam prompt (solo) uses deterministic refresh-only reconnect instructions', async () => { + it('launchTeam prompt (solo) uses deterministic refresh-only launch instructions', async () => { // Seed config.json so launchTeam can validate team existence. const teamName = 'solo-team-launch'; const teamDir = path.join(tempTeamsBase, teamName); @@ -265,7 +265,7 @@ describe('TeamProvisioningService prompt content (solo mode discipline)', () => expect(writeSpy).not.toHaveBeenCalled(); const prompt = extractPromptFromBootstrapFile(); expect(prompt).toContain('SOLO MODE: This team CURRENTLY has ZERO teammates.'); - expect(prompt).toContain('This reconnect/bootstrap step has already been completed deterministically by the runtime.'); + expect(prompt).toContain('This launch/bootstrap step has already been completed deterministically by the runtime.'); expect(prompt).toContain('Do NOT start implementation in this turn.'); expect(prompt).toContain('Use this turn only to refresh context, review the current board snapshot, and confirm you are ready.'); expect(prompt).toContain( @@ -738,7 +738,7 @@ describe('TeamProvisioningService prompt content (solo mode discipline)', () => await svc.cancelProvisioning(runId); }); - it('launchTeam reconnect prompt for teammates includes explicit hidden-instruction block rules', async () => { + it('launchTeam bootstrap prompt for teammates includes explicit hidden-instruction block rules', async () => { const teamName = 'multi-team-launch'; const teamDir = path.join(tempTeamsBase, teamName); fs.mkdirSync(teamDir, { recursive: true }); @@ -790,7 +790,7 @@ describe('TeamProvisioningService prompt content (solo mode discipline)', () => expect(writeSpy).not.toHaveBeenCalled(); const prompt = extractPromptFromBootstrapFile(); - expect(prompt).toContain('This reconnect/bootstrap step has already been completed deterministically by the runtime.'); + expect(prompt).toContain('This launch/bootstrap step has already been completed deterministically by the runtime.'); expect(prompt).toContain('Do NOT use Agent to spawn or restore teammates.'); expect(prompt).toContain('Use this turn only to refresh context and review the current board snapshot.'); expect(prompt).toContain(