You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(hooks): extract shared promptGitHooks and clean up
- Extract duplicate `promptGitHooks()` from create/bin.ts and
migration/bin.ts into utils/prompts.ts with a minimal interface
- Remove trivial `assert!(true)` tests from prepare.rs and lint_staged.rs
- Use `readJsonFile()` instead of raw `JSON.parse(fs.readFileSync())`
in setupGitHooks for consistency
0 commit comments