Files
multi-agent-mux/skills/tmux-agent-orchestrate-delegate-job
Godopu a6f7c045bc feat(delegate-job): bump default --timeout 600s -> 3600s (1h wall-clock budget)
Changed 11 locations across 5 files:
- scripts/registry.py: timeout_sec dataclass default + argparse default
- scripts/job_subscriber.py: help text + fallback default
- SKILL.md: 4 recommended invocation examples
- registry.md: JSON example + CLI example
- tmux-agent-orchestrate-delegate-job: bash wrapper TIMEOUT var

--idle-timeout 120s preserved unchanged.
Rationale: 10min default was too short for deep analysis / multi-file
generation tasks; 1h aligns with long-running agent delegation patterns.
2026-06-21 06:08:49 +00:00
..

tmux-agent-orchestrate-delegate-job 스킬

작업(Job)을 자율 에이전트(claude-code/codex/opencode/human)에게 위임하고 MQTT 이벤트 채널로 비동기 관찰하는 Hermes 스킬. 시작점은 SKILL.md.