feat: 完成stub

This commit is contained in:
claude-code-best
2026-03-31 20:40:16 +08:00
parent c26d614fb2
commit bd756cc369
905 changed files with 3996 additions and 375 deletions

11
src/cli/handlers/ant.ts Normal file
View File

@@ -0,0 +1,11 @@
// Auto-generated stub — replace with real implementation
export {};
export const logHandler: any = (() => {}) as any;
export const errorHandler: any = (() => {}) as any;
export const exportHandler: any = (() => {}) as any;
export const taskCreateHandler: any = (() => {}) as any;
export const taskListHandler: any = (() => {}) as any;
export const taskGetHandler: any = (() => {}) as any;
export const taskUpdateHandler: any = (() => {}) as any;
export const taskDirHandler: any = (() => {}) as any;
export const completionHandler: any = (() => {}) as any;

View File

@@ -0,0 +1,3 @@
// Auto-generated stub — replace with real implementation
export {};
export const templatesMain: any = (() => {}) as any;