/** * Auto-memory capture from guard corrections and workflow outcomes. * Creates memories automatically with lower weight (5) and proper deduplication. */ export declare function captureGuardOverride(cwd: string, guardName: string, context: string): void; export declare function extractWorkflowPatterns(cwd: string, scorecard: { score_label: string; par: number; score: number; shots?: Array<{ result: string; club: string; hazards?: string[]; }>; }): void; export declare function recordGuardFire(cwd: string, guardName: string, pattern: string): void; /** Test-only: clear the on-disk fire log for a cwd. */ export declare function _resetFireLogForTests(cwd: string): void; //# sourceMappingURL=auto-memory.d.ts.map