diff --git a/src/cli/tui/screens/create/CreateScreen.tsx b/src/cli/tui/screens/create/CreateScreen.tsx index d0fe55294..582076fae 100644 --- a/src/cli/tui/screens/create/CreateScreen.tsx +++ b/src/cli/tui/screens/create/CreateScreen.tsx @@ -364,9 +364,12 @@ export function CreateScreen({ cwd, isInteractive, onExit, onNavigate }: CreateS A project already exists at this location. {flow.existingProjectPath && Found: {flow.existingProjectPath}} - + - Use add agent to create a new agent in the existing project. + Use add harness to add a harness to the existing project. + + + Or use add agent to add a code-based agent.