claude-code-best/src/proactive/index.ts
2026-03-31 20:40:16 +08:00

7 lines
301 B
TypeScript

// Auto-generated stub — replace with real implementation
export {};
export const isProactiveActive: any = (() => {}) as any;
export const activateProactive: any = (() => {}) as any;
export const isProactivePaused: any = (() => {}) as any;
export const deactivateProactive: any = (() => {}) as any;