- Rename directories: sisyphus-task → delegate-task - Rename types: SisyphusTaskArgs → DelegateTaskArgs, etc. - Rename functions: createSisyphusTask → createDelegateTask - Rename constants: SISYPHUS_TASK_* → DELEGATE_TASK_* - Update tool name: sisyphus_task → delegate_task - Update all prompts, docs, and tests
4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
export { createDelegateTask, type DelegateTaskToolOptions } from "./tools"
|
|
export type * from "./types"
|
|
export * from "./constants"
|