Versioned releases. Semver across SDKs and the managed plane. Breaking changes explicit.
CodeWatch is renamed CodeRadar across managed-plane services. The open core stays under the CodeWatch repo for now (rename pending). SDK package names dual-accept for 60 days: @codewatch/* emits a deprecation log and aliases to @coderadar/*.
coderadar.app live. app.coderadar.app sign-in via Clerk.CODEWATCH_* dual-accepted for 90 days. Set CODERADAR_* going forward.Go SDK at sdks/go/coderadar with NewClient, WrapPanics, OpenTelemetry exporter (7 tests). Rust SDK at sdks/rust/coderadar with async Client, sync wrapper, tracing bridge (7 tests). Python SDK scaffold at packages/sdk-python.
Auto-fix pipeline now opens PRs on GitLab and Bitbucket in addition to GitHub. SCM provider selected by repo URL via a registry. Self-host: Docker Compose single-file stack and Helm 3 chart. docker compose config + helm lint green.
First five specs shipped. Monorepo scaffold; Node SDK + Hono ingest API + demo app; AI fix pipeline (Claude Haiku triage + Sonnet diagnosis + multi-candidate fix + five-stage validation + GitHub PR); Next.js 15 dashboard with errors, traces, settings, SSE; Cloud Run deploys for the ingest + dashboard + (initially-named) codewatch-pipeline.