MCPcopy Create free account
hub / github.com/garrytan/gstack / readProfile

Function readProfile

test/gstack-developer-profile.test.ts:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61function readProfile(): Record<string, unknown> {
62 const file = path.join(tmpHome, 'developer-profile.json');
63 return JSON.parse(fs.readFileSync(file, 'utf-8'));
64}
65
66// -----------------------------------------------------------------------
67// --read (defaults + compat)

Calls

no outgoing calls

Tested by

no test coverage detected