MCPcopy Create free account
hub / github.com/Pimzino/claude-code-spec-workflow / claudeDirectoryExists

Method claudeDirectoryExists

src/setup.ts:53–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 async claudeDirectoryExists(): Promise<boolean> {
54 try {
55 await fs.access(this.claudeDir);
56 return true;
57 } catch {
58 return false;
59 }
60 }
61
62 /**
63 * Check if the installation is complete by verifying all required files and directories exist

Callers 3

cli.tsFile · 0.80
setup.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected