rename/nexus-final-cleanup
main
AppShell.tsx
CapaKraken
start.sh
stop.sh
restart.sh
packages/db/prisma/schema.prisma
packages/api/src/__tests__/assistant-chat-response.test.ts
__CAPAKRAKEN_CONFIRM__
__NEXUS_CONFIRM__
Gitignored files also cleaned up locally (not in this PR):
apps/web/e2e/.playwright-runtime.json
apps/web/e2e/dev-system/.auth/*.json
pnpm tsc --noEmit
pnpm lint
pnpm test:unit
layout.tsx
capakraken_*
anonymization.ts
DEFAULT_ANONYMIZATION_SEED
tooling/migrate/rename-to-nexus.sh
.github/workflows/ci.yml
docker compose -p capakraken
🤖 Generated with Claude Code
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>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
No dependencies set.
The note is not visible to the blocked user.
Summary
AppShell.tsx: desktop sidebar and mobile top-bar brand now read Nexus (wasCapaKraken)start.sh,stop.sh,restart.sh, rootrestart.sh): echo strings updatedpackages/db/prisma/schema.prisma: header comment updatedpackages/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 updatedapps/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)What is intentionally NOT changed
layout.tsxlocalStorage migration shim (reads oldcapakraken_*keys — scheduled removal in Gitea issue #63)anonymization.tsDEFAULT_ANONYMIZATION_SEED(cryptographic constant)tooling/migrate/rename-to-nexus.sh(migration script references old names by design).github/workflows/ci.ymllegacydocker compose -p capakrakenteardown step🤖 Generated with Claude Code