From 99bc3d3bf8617f48c766ac72942de6a5e256ffba Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Mon, 29 Dec 2025 21:58:01 -0800 Subject: [PATCH] Fix naked mode help text to include --dangerously-skip-permissions (gt-8f0zv) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The main polecat spawn fix was already in place (ec29ca07), but the naked mode help text was telling users to run `claude` without the flag. Updated to show the correct command with --dangerously-skip-permissions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- internal/cmd/polecat_spawn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/polecat_spawn.go b/internal/cmd/polecat_spawn.go index 572043ef..fc25b7a4 100644 --- a/internal/cmd/polecat_spawn.go +++ b/internal/cmd/polecat_spawn.go @@ -114,7 +114,7 @@ func SpawnPolecatForSling(rigName string, opts SlingSpawnOptions) (*SpawnedPolec fmt.Printf("Polecat created. Agent must be started manually.\n\n") fmt.Printf("To start the agent:\n") fmt.Printf(" cd %s\n", polecatObj.ClonePath) - fmt.Printf(" claude # Or: claude-code\n\n") + fmt.Printf(" claude --dangerously-skip-permissions\n\n") fmt.Printf("Agent will discover work via gt prime on startup.\n") return &SpawnedPolecatInfo{