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

7 lines
203 B
TypeScript

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