feat(delegate-job): support --role parameter in submit and update commands to resolve role suitability mismatches

This commit is contained in:
2026-07-17 15:59:14 +09:00
parent be46484108
commit 5a6cb91fb0
4 changed files with 22 additions and 4 deletions
@@ -33,6 +33,7 @@ multi-agent-mux-delegate-job submit \
--agent <claude-code|hermes-agent|agy-agent|cline-agent|human> \
--agent-session tmux:<session_name> \
--prompt "Task description or instructions here" \
--role <Worker|Planner|Reviewer> \
--timeout 3600 --idle-timeout 120
# 2) Submit a job with a feedback loop (Worker-Reviewer Loop)