[codex] Add Cubox platform adapters and Chinese tagging#2775
[codex] Add Cubox platform adapters and Chinese tagging#2775lichengtao97 wants to merge 3 commits into
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
I'm not sure what exactly is going on here but please make sure you read the contribution guidelines of karakeep before sending PRs. |
Summary
Implements the first Cubox-alignment slice for Karakeep:
Validation
Focused checks run locally:
npx pnpm@9.15.9 --filter @karakeep/workers run formatnpx pnpm@9.15.9 --filter @karakeep/workers run lintnpx pnpm@9.15.9 --filter @karakeep/workers run typechecknpx pnpm@9.15.9 --filter @karakeep/workers run testnpx pnpm@9.15.9 --filter @karakeep/shared run formatnpx pnpm@9.15.9 --filter @karakeep/shared run lintnpx pnpm@9.15.9 --filter @karakeep/shared run typechecknpx pnpm@9.15.9 --filter @karakeep/shared run testnpx pnpm@9.15.9 --filter @karakeep/db run typechecknpx pnpm@9.15.9 --filter @karakeep/trpc run typecheckManual verification:
Notes
The full workspace typecheck still has an unrelated blocker in
apps/landing: Astro requires Node>=22.12.0while this local shell is using Node20.17.0.