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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user