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