claude-code-best/scripts
claude-code-best a8ed0cdce5 fix: 修复构建后 vendor 二进制路径解析错误(ripgrep/audio-capture)
构建后 chunk 文件位于 dist/chunks/(Vite)或 dist/(Bun),vendor 二进制在
dist/vendor/,但 ripgrep 和 audio-capture 的路径解析未考虑 chunks/ 层级,
导致 ENOENT。改用 import.meta.url 路径中 lastIndexOf('dist') 定位 dist 根,
并同步在 build.ts 和 post-build.ts 中添加 ripgrep vendor 文件复制。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-25 14:46:02 +08:00
..
check-bundle-integrity.ts chore: 添加 highlight.js 包 2026-04-21 12:42:10 +08:00
defines.ts feat: 启用 SKILL_LEARNING 编译开关 2026-04-24 15:18:26 +08:00
dev-debug.ts feat: 简化 debug 方式 2026-04-03 16:47:24 +08:00
dev.ts Fixture/langfuse record auto mode data error (#308) 2026-04-20 13:30:05 +08:00
dump-prompt.ts chore: 添加脚本与构建配置更新 2026-04-22 22:38:10 +08:00
post-build.ts fix: 修复构建后 vendor 二进制路径解析错误(ripgrep/audio-capture) 2026-04-25 14:46:02 +08:00
postinstall.cjs docs: 更新远程控制及 rg 下载 2026-04-10 12:11:04 +08:00
rcs-ccb.sh chore: 更新构建 feature 的问题 2026-04-19 08:27:25 +08:00
rcs.ts fix: 修复 node 的 es 版本太高不兼容的构建问题 2026-04-19 09:28:57 +08:00
run-parallel.mjs fix: 修复 linux 端的安装问题 2026-04-17 09:51:59 +08:00
setup-chrome-mcp.mjs fix: 使用简化版本的 chrome 桥接器 2026-04-13 16:03:47 +08:00
vite-plugin-feature-flags.ts Fixture/langfuse record auto mode data error (#308) 2026-04-20 13:30:05 +08:00
vite-plugin-import-meta-require.ts build: 新增 vite 构建流程 2026-04-16 12:39:19 +08:00