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

6
src/proactive/index.ts Normal file
View File

@@ -0,0 +1,6 @@
// 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;