claude-code-best/scripts
James Feng 0e9d6955f0 fix(build): 修复构建产物 hang 死 + 空 tool name (4 stub NAME="")
Root cause: Bun code splitting + MONITOR_TOOL/WORKFLOW_SCRIPTS stub 触发循环 ESM 死锁;
4 个 prompt.ts stub 的 NAME 常量为空字符串导致 API 400 error.

Fix:
- build.ts: splitting: false
- defines.ts: 禁用 MONITOR_TOOL, WORKFLOW_SCRIPTS
- 4 个 prompt.ts: 补全正确 tool name

验证: --version / -p / --print 三种模式全部通过
2026-06-02 12:55:30 +08:00
..
defines.ts fix(build): 修复构建产物 hang 死 + 空 tool name (4 stub NAME="") 2026-06-02 12:55:30 +08:00
dev-debug.ts feat: 简化 debug 方式 2026-04-03 16:47:24 +08:00
dev.ts feat: restore daemon supervisor and remoteControlServer command (#170) 2026-04-07 15:36:29 +08:00
download-ripgrep.ts fix: 尝试修复 windows 下面没有 unzip 的问题 2026-04-04 17:02:39 +08:00
health-check.ts feat: 添加代码健康度检查脚本 2026-04-01 07:17:09 +08:00
post-build.ts feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
postinstall.cjs feat: 支持简化版本的 rg 下载 2026-04-06 10:31:15 +08:00
rcs.ts feat: 支持自托管的 remote-control-server (#214) 2026-04-09 17:40:50 +08:00
verify-gates.ts feat: enable GrowthBook local gate defaults for P0/P1 features 2026-04-06 17:00:30 +08:00
vite-plugin-feature-flags.ts feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
vite-plugin-import-meta-require.ts feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00