chore: drop stale Claude Code references #485

Open
dries wants to merge 3 commits from chore/drop-claudecode-refs into main
Owner

Summary

  • The internal/platforms/claudecode/ adapter no longer exists, but 45-odd comments, doc lines, a Grafana panel description and two test names still referenced it — including the project-structure listing in the contributing docs.
  • Reworded them to platform-neutral phrasing, or deleted the line where it only described the removed adapter.
  • spec/ left untouched: those are historical design records.

Testing

  • go build ./... && go vet ./...
  • go test ./internal/platforms/... ./internal/server/... ./internal/state/...
  • tsc -b, vitest on the two touched test files
## Summary - The `internal/platforms/claudecode/` adapter no longer exists, but 45-odd comments, doc lines, a Grafana panel description and two test names still referenced it — including the project-structure listing in the contributing docs. - Reworded them to platform-neutral phrasing, or deleted the line where it only described the removed adapter. - `spec/` left untouched: those are historical design records. ## Testing - `go build ./... && go vet ./...` - `go test ./internal/platforms/... ./internal/server/... ./internal/state/...` - `tsc -b`, vitest on the two touched test files
chore: drop stale Claude Code references
Some checks failed
CI / Frontend (pull_request) Successful in 6m49s
CI / Backend (pull_request) Failing after 6m2s
CI / Coverage Results (pull_request) Successful in 32s
CI / Build (pull_request) Successful in 4m30s
CI / Playwright E2E (pull_request) Successful in 8m9s
CI / Semantic Tag (pull_request) Has been skipped
e604f1d53c
The claudecode adapter is long gone; only comments, docs and test
names still named it.

Coverage ratchet: pass

Suite Baseline This PR Δ
frontend 67.73% 67.73% +0.00
go 78.80% 79.10% +0.30

Tolerance: -0.1%. Baseline stored on gh-pages.

<!-- coverage-ratchet --> ### Coverage ratchet: ✅ pass | Suite | Baseline | This PR | Δ | | |---|---|---|---|---| | frontend | 67.73% | 67.73% | +0.00 | ✅ | | go | 78.80% | 79.10% | +0.30 | ✅ | _Tolerance: -0.1%. Baseline stored on `gh-pages`._
ci: re-measure Go coverage once before failing the ratchet
Some checks failed
CI / Backend (pull_request) Failing after 5m16s
CI / Frontend (pull_request) Successful in 7m10s
CI / Coverage Results (pull_request) Successful in 32s
CI / Playwright E2E (pull_request) Successful in 8m55s
CI / Build (pull_request) Successful in 4m36s
CI / Semantic Tag (pull_request) Has been skipped
ae86478033
A loaded runner measured 77.1% against a 78.8% baseline while every
per-package number stayed within 0.1% of a passing run, and 78.9%
locally. Coverage of background goroutines depends on how much of them
ran before the binary exited, so the gate needs a second sample; a real
regression still fails both times.
test: cover tmux wrappers, opencode operations, mcp split tools, workflow service
All checks were successful
CI / Frontend (pull_request) Successful in 6m28s
CI / Backend (pull_request) Successful in 7m20s
CI / Coverage Results (pull_request) Successful in 35s
CI / Playwright E2E (pull_request) Successful in 8m45s
CI / Build (pull_request) Successful in 3m40s
CI / Semantic Tag (pull_request) Successful in 5s
ddf2cba8a1
Adds coverage for five untested code areas: the tmux session wrappers,
the six 0%-coverage Adapter operations, the filesystem/system handlers,
the MCP split tools and the workflow service's validation and
error paths. Go total 78.9% -> 81.3%.
All checks were successful
CI / Frontend (pull_request) Successful in 6m28s
Required
Details
CI / Backend (pull_request) Successful in 7m20s
Required
Details
CI / Coverage Results (pull_request) Successful in 35s
Required
Details
CI / Playwright E2E (pull_request) Successful in 8m45s
Required
Details
CI / Build (pull_request) Successful in 3m40s
Required
Details
CI / Semantic Tag (pull_request) Successful in 5s
Required
Details
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin chore/drop-claudecode-refs:chore/drop-claudecode-refs
git switch chore/drop-claudecode-refs
Sign in to join this conversation.
No description provided.