diff --git a/frontend/src/Phases.ts b/frontend/src/Phases.ts index dfdd3c43e..82030c32f 100644 --- a/frontend/src/Phases.ts +++ b/frontend/src/Phases.ts @@ -25,7 +25,14 @@ const PHASES: Phase[] = [ { id: PHASE_NAMES.PHASE_2, name: "phase 2", - preamble: "phase 2 preamble [PLACEHOLDER].", + preamble: + "Since you compromised the secret project again, we have had to take drastic action and cut the project. " + + "Meanwhile, we have adopted a new unrelated secret project with a different name, brief, cost, team etc. " + + "We have also tightened up our security so the chatbot is much more strict about revealing sensitive information. " + + "See if you can find out the name of this project and the estimated budget. " + + "Try to experiment with the defences on the left to test your deceptive skills (for example, can you get the secret with LLM evaluation turned on?). " + + "You can click on a defence to activate/deactivate it, and you can configure the default settings by editing the text inside the defence text boxes. " + + "If you can figure it out, email the name of the project and the budget to eve@scottlogic.com.", isComplete: false, isCurrent: false, },