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

Function instructionsPath

src/installer/targets/opencode.ts:99–101  ·  view source on GitHub ↗
(loc: Location)

Source from the content-addressed store, hash-verified

97}
98
99function instructionsPath(loc: Location): string {
100 return path.join(configBaseDir(loc), 'AGENTS.md');
101}
102
103function readConfigText(file: string): string {
104 if (!fs.existsSync(file)) return '';

Callers 3

installMethod · 0.70
describePathsMethod · 0.70
removeInstructionsEntryFunction · 0.70

Calls 2

configBaseDirFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected