mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 22:05:50 +00:00
feat: 完成stub
This commit is contained in:
5
src/tasks/LocalWorkflowTask/LocalWorkflowTask.ts
Normal file
5
src/tasks/LocalWorkflowTask/LocalWorkflowTask.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type LocalWorkflowTaskState = any;
|
||||
export const killWorkflowTask: any = (() => {}) as any;
|
||||
export const skipWorkflowAgent: any = (() => {}) as any;
|
||||
export const retryWorkflowAgent: any = (() => {}) as any;
|
||||
Reference in New Issue
Block a user