Print a complete system diagnostics snapshot.Checks and reports: - Binary version and build info - Configuration file status - Database connectivity and migration version - Gateway reachability and health - Provider count and status - Agent count - Channel status - Go runtime stats (goroutines, memory) - Environment variables (redacted) - Disk and workspace statusUseful for troubleshooting and support requests.Examples: qorven debug # human-readable output qorven debug --json # machine-readable JSONUsage: qorven debug [flags]Flags: -h, --help help for debug --json Output as JSONGlobal Flags: -o, --output string Output format: table, json, yaml (default "table") --server string Gateway URL (env: QORVEN_SERVER) --token string Auth token (env: QORVEN_TOKEN) -v, --verbose Verbose output -y, --yes Skip confirmation prompts