UNPKG

ailock

Version:

AI-Proof File Guard - Protect sensitive files from accidental AI modifications

7 lines 256 B
import { Command } from 'commander'; /** * Create the unified hooks command (replaces install-hooks) * Follows Open/Closed Principle - easy to add new AI tools */ export declare function createHooksCommand(): Command; //# sourceMappingURL=hooks.d.ts.map