claude-code-best/src/services/tools
James Feng 0d30c6b064 fix: move ToolSearchTool from packages/builtin-tools/ to src/tools/
Eliminates cross-workspace circular dependency that triggered
Bun ARM code-splitting deadlock. The tool's 471-line RL data
collection infrastructure (analytics, GrowthBook, scoring weights,
tool_reference API) is preserved intact.

Changes:
- Move ToolSearchTool.ts, prompt.ts, constants.ts to src/tools/ToolSearchTool/
- Update 11 consumer imports from @claude-code-best/builtin-tools/ to relative paths
- Delete stubs and empty shells (MonitorTool.tsx, WorkflowPermissionRequest.tsx)
- Verify: splitting build succeeds, runtime -p mode responds without deadlock
2026-06-04 01:15:36 +08:00
..
src feat: 完成stub 2026-03-31 20:40:16 +08:00
StreamingToolExecutor.ts Phase 2a: mechanical dedup — import rewrite to canonical package 2026-06-03 13:54:22 +08:00
toolExecution.ts fix: move ToolSearchTool from packages/builtin-tools/ to src/tools/ 2026-06-04 01:15:36 +08:00
toolHooks.ts fix: resolve tsc errors (remaining upstream type fixes) 2026-06-01 19:01:38 +08:00
toolOrchestration.ts Merge Langfuse tracing integration 2026-06-01 19:52:12 +08:00