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

Function instructionsPath

src/installer/targets/codex.ts:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 return path.join(configDir(), 'config.toml');
46}
47function instructionsPath(): string {
48 return path.join(configDir(), 'AGENTS.md');
49}
50
51class CodexTarget implements AgentTarget {
52 readonly id = 'codex' 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