rename(cleanup): drop last capakraken strings from UI, scripts, schema, tests #64

Merged
Hartmut merged 3 commits from rename/nexus-final-cleanup into main 2026-05-22 09:13:07 +02:00
Owner

Summary

  • AppShell.tsx: desktop sidebar and mobile top-bar brand now read Nexus (was CapaKraken)
  • Shell scripts (start.sh, stop.sh, restart.sh, root restart.sh): echo strings updated
  • packages/db/prisma/schema.prisma: header comment updated
  • packages/api/src/__tests__/assistant-chat-response.test.ts: inert test fixture token __CAPAKRAKEN_CONFIRM____NEXUS_CONFIRM__

Gitignored files also cleaned up locally (not in this PR):

  • apps/web/e2e/.playwright-runtime.json: DB URLs updated
  • apps/web/e2e/dev-system/.auth/*.json: stale cookies deleted (regenerated on next Playwright run)

Verification

  • pnpm tsc --noEmit
  • pnpm lint (0 errors, 375 pre-existing warnings)
  • pnpm test:unit (7 packages, all tests passing)
  • App container restarted — UI now shows Nexus top-left

What is intentionally NOT changed

  • layout.tsx localStorage migration shim (reads old capakraken_* keys — scheduled removal in Gitea issue #63)
  • anonymization.ts DEFAULT_ANONYMIZATION_SEED (cryptographic constant)
  • tooling/migrate/rename-to-nexus.sh (migration script references old names by design)
  • .github/workflows/ci.yml legacy docker compose -p capakraken teardown step

🤖 Generated with Claude Code

## Summary - `AppShell.tsx`: desktop sidebar and mobile top-bar brand now read **Nexus** (was `CapaKraken`) - Shell scripts (`start.sh`, `stop.sh`, `restart.sh`, root `restart.sh`): echo strings updated - `packages/db/prisma/schema.prisma`: header comment updated - `packages/api/src/__tests__/assistant-chat-response.test.ts`: inert test fixture token `__CAPAKRAKEN_CONFIRM__` → `__NEXUS_CONFIRM__` Gitignored files also cleaned up locally (not in this PR): - `apps/web/e2e/.playwright-runtime.json`: DB URLs updated - `apps/web/e2e/dev-system/.auth/*.json`: stale cookies deleted (regenerated on next Playwright run) ## Verification - `pnpm tsc --noEmit` ✅ - `pnpm lint` ✅ (0 errors, 375 pre-existing warnings) - `pnpm test:unit` ✅ (7 packages, all tests passing) - App container restarted — UI now shows **Nexus** top-left ## What is intentionally NOT changed - `layout.tsx` localStorage migration shim (reads old `capakraken_*` keys — scheduled removal in Gitea issue #63) - `anonymization.ts` `DEFAULT_ANONYMIZATION_SEED` (cryptographic constant) - `tooling/migrate/rename-to-nexus.sh` (migration script references old names by design) - `.github/workflows/ci.yml` legacy `docker compose -p capakraken` teardown step 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Hartmut added 1 commit 2026-05-21 21:25:43 +02:00
rename(cleanup): drop last capakraken strings from UI, scripts, schema, tests
CI / Architecture Guardrails (pull_request) Successful in 4m26s
CI / Assistant Split Regression (pull_request) Successful in 5m38s
CI / Lint (pull_request) Successful in 6m6s
CI / Typecheck (pull_request) Successful in 6m34s
CI / Build (pull_request) Successful in 4m13s
CI / Unit Tests (pull_request) Failing after 10m20s
CI / E2E Tests (pull_request) Successful in 5m28s
CI / Fresh-Linux Docker Deploy (pull_request) Successful in 6m14s
CI / Release Images (pull_request) Has been skipped
a58b99a33a
AppShell.tsx top-left brand → Nexus (desktop sidebar + mobile top-bar),
shell echo strings, prisma schema header, test fixture token, playwright
runtime DB URL.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Hartmut added 1 commit 2026-05-22 07:05:13 +02:00
ci: retrigger — runner flake on unit-tests step (run #163)
CI / Architecture Guardrails (pull_request) Successful in 4m9s
CI / Typecheck (pull_request) Successful in 5m41s
CI / Lint (pull_request) Successful in 5m47s
CI / Assistant Split Regression (pull_request) Successful in 6m8s
CI / Build (pull_request) Failing after 15m55s
CI / E2E Tests (pull_request) Has been skipped
CI / Fresh-Linux Docker Deploy (pull_request) Has been skipped
CI / Unit Tests (pull_request) Successful in 30m26s
CI / Release Images (pull_request) Failing after 10m48s
749a39097c
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Hartmut added 1 commit 2026-05-22 08:07:08 +02:00
ci: retrigger — QNAP network flake cloning actions/checkout (run #165)
CI / Architecture Guardrails (pull_request) Successful in 5m39s
CI / Lint (pull_request) Successful in 4m45s
CI / Assistant Split Regression (pull_request) Successful in 7m5s
CI / Typecheck (pull_request) Successful in 8m36s
CI / Unit Tests (pull_request) Successful in 11m52s
CI / Build (pull_request) Successful in 11m39s
CI / Fresh-Linux Docker Deploy (pull_request) Successful in 15m4s
CI / E2E Tests (pull_request) Successful in 17m15s
CI / Release Images (pull_request) Has been skipped
ad8843d956
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Hartmut merged commit 6bc23b3407 into main 2026-05-22 09:13:07 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Hartmut/Nexus#64