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.
This commit is contained in:
Steve Yegge
2025-10-31 18:12:40 -07:00
parent 253caef761
commit fa1d13af11

View File

@@ -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\""))
},
}