Adjust default CEO onboarding task copy

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
dotta
2026-03-20 08:22:45 -05:00
parent 6f7609daac
commit 0bb6336eaf
2 changed files with 5 additions and 7 deletions

View File

@@ -125,7 +125,7 @@ test.describe("Onboarding wizard", () => {
expect(task).toBeTruthy();
expect(task.assigneeAgentId).toBe(ceoAgent.id);
expect(task.description).toContain(
"Your default CEO instructions are already installed"
"You are the CEO. You set the direction for the company."
);
expect(task.description).not.toContain("github.com/paperclipai/companies");