mira-consciousness
Version:
Memory & Intelligence Retention Archive - Preserving The Spark
12 lines • 355 B
TypeScript
export declare class GitHooksHealer {
private projectPath;
private hooksPath;
constructor(projectPath: string);
heal(): Promise<void>;
private installPreCommitHook;
private installPostCommitHook;
private installCommitMsgHook;
private writeHook;
uninstall(): Promise<void>;
}
//# sourceMappingURL=GitHooksHealer.d.ts.map