MCPcopy Index your code
hub / github.com/garrytan/gstack / read

Function read

test/dev-setup-render-isolation.test.ts:9–9  ·  view source on GitHub ↗
(rel: string)

Source from the content-addressed store, hash-verified

7// tracked SKILL.md" drift (or worse, leaks the skip-guard into real installs).
8const ROOT = path.resolve(import.meta.dir, '..');
9const read = (rel: string) => fs.readFileSync(path.join(ROOT, rel), 'utf-8');
10
11describe('dev-setup: worktree stays canonical', () => {
12 const devSetup = read('bin/dev-setup');

Calls

no outgoing calls

Tested by

no test coverage detected