| applies_to | all-agents |
| name | disconnect-board |
| description | Board-Verbindung entfernen — zurück zu CLI-only |
/disconnect-board — Board-Verbindung entfernen
Entfernt die Board-Anbindung für den aktuellen Workspace. Die Pipeline läuft danach im CLI-only Modus (keine Events, keine Status-Updates).
Ausführung
- Lese aktuellen Workspace aus
project.json → pipeline.workspace_id
- Falls nicht gesetzt: Fehler: "Kein Workspace konfiguriert."
- Entferne Board-Verbindung:
".claude/scripts/write-config.sh" remove-board --id <workspace_id>
- Bestätigung:
✓ Board-Verbindung für '<workspace_id>' entfernt
✓ Pipeline läuft jetzt im CLI-only Modus
Hinweis: project.json wird nicht verändert — der workspace_id Verweis bleibt bestehen, damit ein erneutes 'just-ship connect' den Workspace wiederherstellen kann.