Improve crew resume prompt with gt prime reminder

Add explicit "Run gt prime" to the crew resume prompt and mention
checking in-progress issues for better context recovery.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-19 17:22:52 -08:00
parent d8f01171c8
commit 88c6279906
2 changed files with 329 additions and 330 deletions

View File

@@ -555,7 +555,7 @@ func runCrewAt(cmd *cobra.Command, args []string) error {
}
// Send crew resume prompt after prime completes
// Use longer debounce (300ms) to ensure paste completes before Enter
crewPrompt := "Read your mail, act on anything urgent, else await instructions."
crewPrompt := "Run gt prime. Check your mail and in-progress issues. Act on anything urgent, else await instructions."
if err := t.SendKeysDelayedDebounced(sessionID, crewPrompt, 3000, 300); err != nil {
fmt.Printf("Warning: Could not send resume prompt: %v\n", err)
}