audio streaming app plyr.fm
38
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: require user confirmation before deploy (#1226)

the deploy skill was auto-running release commands without asking.
now it determines the correct command but asks for confirmation first.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

authored by

nate nowack
Claude Opus 4.6
and committed by
GitHub
45a23da7 436ea15f

+1 -1
+1 -1
.claude/skills/deploy/SKILL.md
··· 30 30 - **frontend-only** (only `frontend/`, `.claude/`, `docs/`, `STATUS.md`, other non-backend files): `just release-frontend-only` (skips backend deploy) 31 31 - **docs/config only** (only `.claude/`, `docs/`, `STATUS.md`, `.md` files, no runtime code): no deployment needed — tell the user and stop 32 32 33 - Report the change summary and which release command you're running, then execute it. Do not ask the user to choose — the changes determine the command. 33 + Report the change summary and which release command you've determined, then **ask the user to confirm before executing**. The changes determine the command, but the user must approve it. 34 34 35 35 ## execute deployment 36 36