Skip to content

disclaw-team start

Synopsis

Terminal window
disclaw-team start [bot-id] [--safe]

Description

Launches all configured bots (or a single bot by ID) in a tmux session named disclaw-team. Generates per-bot state files, builds MCP configs, and launches Claude Code sessions. On first run, performs a two-phase startup to resolve Discord @mention IDs.

Arguments

ArgumentRequiredDescription
bot-idNoStart only this bot. Omit to start all bots.

Flags

FlagTypeDefaultDescription
--safebooleanfalseEnable safe mode — pre-approves common dev tools (read, edit, write, git, package managers) and routes remaining permission prompts to the owner’s Discord DMs

Examples

Terminal window
# Start all bots
disclaw-team start
Terminal window
# Start only bot-1
disclaw-team start bot-1
Terminal window
# Start all bots in safe mode
disclaw-team start --safe

Gotchas