refactor: point project imports at ts sources

This commit is contained in:
2026-04-03 11:38:51 +08:00
parent ecec8b6ba7
commit 20523234e0
21 changed files with 22 additions and 22 deletions

View File

@@ -26,7 +26,7 @@ import { TOOL_SEARCH_TOOL_NAME } from '../tools/ToolSearchTool/prompt.js'
import { SYNTHETIC_OUTPUT_TOOL_NAME } from '../tools/SyntheticOutputTool/SyntheticOutputTool.js'
import { ENTER_WORKTREE_TOOL_NAME } from '../tools/EnterWorktreeTool/constants.js'
import { EXIT_WORKTREE_TOOL_NAME } from '../tools/ExitWorktreeTool/constants.js'
import { WORKFLOW_TOOL_NAME } from '../tools/WorkflowTool/constants.js'
import { WORKFLOW_TOOL_NAME } from '../tools/WorkflowTool/constants.ts'
import {
CRON_CREATE_TOOL_NAME,
CRON_DELETE_TOOL_NAME,