claude-code-best/scripts
kingboung e3ba147dbe refactor: migrate review system to bundled skill files mechanism
Replace custom extension.ts initialization and agent-based routing with
csc's built-in registerBundledSkill({ files }) mechanism. Review and
security-review skills are now registered with embedded files that
get lazily extracted to disk on first invocation. Locale is resolved
at startup via getResolvedLanguage().

- Remove agent generation from generate-review-builtin.ts (skill-only)
- Remove extension.ts, REVIEW_AGENTS registration, strict:* skills
- Add reviewSkills.ts with registerReviewSkills() for unified registration
- Adapt to new costrict-review index.json format (skills-only, new paths)
- Remove src/costrict/command/locales/ (no longer needed)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-11 20:19:05 +08:00
..
check-bundle-integrity.ts chore: 添加 highlight.js 包 2026-04-21 12:42:10 +08:00
defines.ts chore: release 4.0.13 2026-04-29 18:33:57 +08:00
dev-debug.ts feat: 简化 debug 方式 2026-04-03 16:47:24 +08:00
dev.ts refactor: migrate review system to bundled skill files mechanism 2026-05-11 20:19:05 +08:00
dump-prompt.ts chore: 添加脚本与构建配置更新 2026-04-22 22:38:10 +08:00
generate-review-builtin.ts refactor: migrate review system to bundled skill files mechanism 2026-05-11 20:19:05 +08:00
install-cosknow.mjs fix: install cosknow globally to always fetch latest version 2026-04-24 19:09:52 +08:00
post-build.ts fix: 修复构建后 vendor 二进制路径解析错误(ripgrep/audio-capture) 2026-04-25 14:46:02 +08:00
postinstall.cjs fix: ripgrep 安装支持内网私服兜底 & 修复终端标题为 csc 2026-04-29 11:50:39 +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: resolve dependency audit findings precisely (#361) 2026-04-26 19:49:54 +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