Merge origin/master into codex/require-pr-labels

This commit is contained in:
Tianyi Cui
2026-07-26 02:49:17 +08:00
281 changed files with 11952 additions and 2182 deletions
+1
View File
@@ -50,6 +50,7 @@ Package groups: [packages/README.md](packages/README.md).
```sh
pnpm install # pnpm workspaces, node ^22.19 || >=24
pnpm run clean # remove build outputs and safe residue from deleted packages
pnpm run test # vitest unit tests
pnpm run test:coverage # CI coverage gate: per-file 100% on packages/*/*/src
pnpm run test:e2e # real-API tests; self-skip without DEEPSEEK_API_KEY