docs(deploy): add --remove offboarding command to INSTALL.md and save review report

This commit is contained in:
2026-08-12 14:37:50 +09:00
parent f9b51b3ab3
commit da92624273
2 changed files with 66 additions and 0 deletions
+3
View File
@@ -122,6 +122,9 @@ $ bash .agents/skills/multi-agent-mux-orc-onboard/scripts/orc_onboard.sh --uuid
# 등록된 오케스트레이터 UUID 목록 확인
$ bash .agents/skills/multi-agent-mux-orc-onboard/scripts/orc_onboard.sh --list
# 등록된 오케스트레이터 UUID 제거 (오프보딩)
$ bash .agents/skills/multi-agent-mux-orc-onboard/scripts/orc_onboard.sh --remove <orchestrator_uuid>
```
---