Files
claude-code/src/utils/postCommitAttribution.ts
2026-04-04 01:21:00 +08:00

4 lines
198 B
TypeScript

// Auto-generated stub — replace with real implementation
export {};
export const installPrepareCommitMsgHook: (worktreePath: string, worktreeHooksDir?: string) => Promise<void> = async () => {};