claude-code-best/src/keybindings
claude-code-best c68f3014d6 chore: 清理 src 下 33 项死代码和类型断言
删除未使用的文件/目录(mcp/adapter、cli/update.ts 等)、
未使用的重导出文件(design-system/color.ts 等 12 个)、
7 个零引用的导出函数、修复 5 处 as any 为精确类型。
净减少 ~1194 行代码,precheck 4077 测试全部通过。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-05 16:07:30 +08:00
..
__tests__ style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
defaultBindings.ts Feature/add auto mode settings and fix bug (#368) 2026-04-26 15:43:25 +08:00
KeybindingContext.tsx style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
KeybindingProviderSetup.tsx style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
loadUserBindings.ts feat: build 2026-03-31 19:22:47 +08:00
parser.ts feat: 将 keybinding 纳入 ink 管辖 2026-04-07 17:51:01 +08:00
reservedShortcuts.ts feat: build 2026-03-31 19:22:47 +08:00
resolver.ts feat: 将 keybinding 纳入 ink 管辖 2026-04-07 17:51:01 +08:00
schema.ts Feature/add auto mode settings and fix bug (#368) 2026-04-26 15:43:25 +08:00
shortcutFormat.ts feat: build 2026-03-31 19:22:47 +08:00
template.ts feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
types.ts feat: 将 keybinding 纳入 ink 管辖 2026-04-07 17:51:01 +08:00
useKeybinding.ts feat: 将 keybinding 纳入 ink 管辖 2026-04-07 17:51:01 +08:00
useShortcutDisplay.ts feat: build 2026-03-31 19:22:47 +08:00
validate.ts feat: 完成一大波类型修复, 虽然 any 很多 2026-03-31 23:43:39 +08:00