docs: rebalance prose cleanup and add trimming skill

This commit is contained in:
Tianyi Cui
2026-07-13 23:27:00 +08:00
parent fcdc318dda
commit 148046b9c8
392 changed files with 2801 additions and 1754 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
import tsconfigPaths from 'vite-tsconfig-paths'
import { defineConfig } from 'vitest/config'
// Real-API end-to-end tests: `pnpm run test:e2e`, file pattern *.e2e.ts.
// Real-API suite, separate because it spends tokens. Each test self-skips without
// DEEPSEEK_API_KEY for keyless CI; the credentialed workflow preflights the secret. Values may come
// from the environment or gitignored root `.env`, with optional DEEPSEEK_BASE_URL.
try {
// Node >= 21.7 native; throws when the file does not exist.
process.loadEnvFile(new URL('.env', import.meta.url).pathname)