(cwd: string)
| 95 | // project path + a hash of the hooks, so changing the hooks re-prompts. |
| 96 | |
| 97 | function getProjectSettingsPath(cwd: string): string { |
| 98 | return path.join(cwd, ".orbcode", "settings.json") |
| 99 | } |
| 100 | |
| 101 | function getTrustStorePath(): string { |
| 102 | return path.join(getConfigDir(), "hook-trust.json") |