UNPKG

ccguard

Version:

Automated enforcement of net-negative LOC, complexity constraints, and quality standards for Claude code

13 lines 617 B
export * from './types'; export { EnableCommand } from './EnableCommand'; export { DisableCommand } from './DisableCommand'; export { StatusCommand } from './StatusCommand'; export { ResetCommand } from './ResetCommand'; export { VersionCommand } from './VersionCommand'; export { SnapshotCommand } from './SnapshotCommand'; export { ConfigCommand } from './ConfigCommand'; export { LockCommand } from './LockCommand'; export { UnlockCommand } from './UnlockCommand'; export { LocksCommand } from './LocksCommand'; export declare const defaultCommands: import("./types").Command[]; //# sourceMappingURL=index.d.ts.map