From 6c323b0d1f1cd0ddb24d83fda34e415df9cbcbaa Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Tue, 23 Dec 2025 00:56:26 -0800 Subject: [PATCH] Crew startup: 'RUN IT' instead of 'AUTO-CONTINUE' for clarity --- internal/cmd/prime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/prime.go b/internal/cmd/prime.go index 5b4fdcd7..eb29600b 100644 --- a/internal/cmd/prime.go +++ b/internal/cmd/prime.go @@ -456,7 +456,7 @@ func outputStartupDirective(ctx RoleContext) { fmt.Println("2. Check mail: `gt mail inbox`") fmt.Println("3. If there's a 🤝 HANDOFF message, read it and continue the work") fmt.Println("4. Check for attached work: `gt mol status`") - fmt.Println(" - If attachment found → **AUTO-CONTINUE** (no human input needed)") + fmt.Println(" - If attachment found → **RUN IT** (no human input needed)") fmt.Println(" - If no attachment → await user instruction") case RoleDeacon: fmt.Println()