Files
multi-agent-mux/skills/tmux-agent-orchestrate-delegate-job
Godopu f1a98be8de fix(lib.sh): add NFS flock warning (FW-02) + unify venv deps with pyyaml (FW-11)
FW-02: atomic_dump_yaml now calls _atomic_dump_yaml_check_nfs() which
  detects NFS/CIFS/SSHFS mounts and warns that flock is unreliable.
  Long-term fix (SQLite WAL) documented in FUTURE_WORKS.md.

FW-11: pyyaml added to requirements.txt and installed in .venv, so
  both paho-mqtt and yaml are available in a single interpreter.
  Eliminates the system-python3-vs-venv split for monitor --subscribe.
2026-06-21 06:39:12 +00:00
..

tmux-agent-orchestrate-delegate-job 스킬

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