--- name: woz-logout description: Clear stored Woz credentials and log out. allowed-tools: Bash(node *) --- Log out of Woz by clearing stored credentials: ```bash node --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/wozcode-cli.js logout ``` Confirm that the user has been logged out.