MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / instructionsPath

Function instructionsPath

src/installer/targets/claude.ts:70–72  ·  view source on GitHub ↗
(loc: Location)

Source from the content-addressed store, hash-verified

68 return path.join(configDir(loc), 'settings.json');
69}
70function instructionsPath(loc: Location): string {
71 return path.join(configDir(loc), 'CLAUDE.md');
72}
73
74class ClaudeCodeTarget implements AgentTarget {
75 readonly id = 'claude' as const;

Callers 3

installMethod · 0.70
describePathsMethod · 0.70
removeInstructionsEntryFunction · 0.70

Calls 2

configDirFunction · 0.70
joinMethod · 0.45

Tested by

no test coverage detected