From fa1d13af110b5a5066a6ae4a12cdc42fb2b5e6c3 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Fri, 31 Oct 2025 18:12:40 -0700 Subject: [PATCH] Fix #190: Clarify onboarding completion message Changed 'confirm by saying' to 'tell your AI assistant' to make it clear this is meant for the AI, not a bd command to run. --- cmd/bd/onboard.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bd/onboard.go b/cmd/bd/onboard.go index f6f4b8d4..1d7e28f6 100644 --- a/cmd/bd/onboard.go +++ b/cmd/bd/onboard.go @@ -156,7 +156,7 @@ content into AGENTS.md and update CLAUDE.md if present.`, fmt.Printf(" • Check %s before asking \"what should I work on?\"\n", cyan("bd ready")) fmt.Println() - fmt.Printf("%s\n\n", green("When done, confirm by saying: \"bd onboarding complete\"")) + fmt.Printf("%s\n\n", green("When done, tell your AI assistant: \"bd onboarding complete\"")) }, }