Careful banner
nyldn nyldn

Careful

Development community

Description

--- command: careful description: Activate destructive command warnings for the session --- # Careful Mode - Destructive Command Warnings ## Instructions When the user invokes `/octo:careful`, activate careful mode for the current session. ### Activation Write the activation state file: ```bash echo "active" > "/tmp/octopus-careful-${CLAUDE_SESSION_ID:-$$}.txt" ``` ### What It Does Careful mode adds a PreToolUse safety net on Bash commands. Before any destructive command executes, you wi

Installation

Installs to ~/.claude/commands/nyldn-claude-octopus-careful.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-octopus/HEAD/.claude/commands/careful.md -o ~/.claude/commands/nyldn-claude-octopus-careful.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository