Getting Help
Diagnostic Commands
Section titled “Diagnostic Commands”SCC includes several diagnostic tools:
# Full health check (all providers)scc doctor
# Check a specific providerscc doctor --provider codex
# Inspect recent launch diagnosticsscc support launch-audit
# Inspect recent safety-check eventsscc support safety-audit
# Check config sources and effective settingsscc config explain
# Verify pluginsscc audit pluginsCreate a Support Bundle
Section titled “Create a Support Bundle”Generate a bundle for troubleshooting:
scc support bundleThis creates a zip file with:
- Configuration (secrets redacted)
- Recent launch audit entries
- Safety audit entries
- System information
- Container runtime status
- Provider readiness states
GitHub Issues
Section titled “GitHub Issues”Report bugs or request features:
Include:
- SCC version (
scc --version) - OS and container runtime (Docker Engine, OrbStack, Colima, or Docker Desktop)
- Provider (Claude Code, Codex, or both)
- What you tried
- What happened
- Support bundle (if applicable)
Self-Diagnosis Checklist
Section titled “Self-Diagnosis Checklist”Before opening an issue:
# Full diagnosticscc doctor
# Check a specific provider's readinessscc doctor --provider claude
# Check config sourcesscc config explain
# Verify pluginsscc audit plugins
# Check team configscc team validate <team>
# Inspect launch failuresscc support launch-audit
# Inspect safety engine eventsscc support safety-audit