rename(cleanup): drop last capakraken strings from UI, scripts, schema, tests #64
Reference in New Issue
Block a user
Delete Branch "rename/nexus-final-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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