disclaw-team assign
Synopsis
disclaw-team assign <bot-id> <role-id>Description
Updates a bot’s role in assignment.yaml. The change takes effect on the next disclaw-team start. Does not auto-restart the bot.
Arguments
| Argument | Required | Description |
|---|---|---|
bot-id | Yes | Bot to reassign (e.g., bot-1) |
role-id | Yes | Role filename without .yaml extension (e.g., researcher, tech-lead) |
Flags
None.
Examples
# Assign researcher role to bot-2disclaw-team assign bot-2 researcher# Apply the changedisclaw-team start bot-2# List available rolesdisclaw-team roles list