Runs shell commands exclusively inside tmux session 'claw', captures output, and requests confirmation for potentially destructive commands.
Initial release of claw-shell: - Runs shell commands exclusively inside a dedicated tmux session named "claw". - Captures and returns output from commands run in the session. - Ensures safety by restricting dangerous commands (e.g., sudo, rm, reboot) unless explicit user confirmation is received. - Provides a clear interface for running commands and handling approval for risky actions.