()
| 202 | ]; |
| 203 | |
| 204 | function preflight(): void { |
| 205 | if (!existsSync(join(REPO_ROOT, "tools/spec-loop/templates/next.md"))) { |
| 206 | fail( |
| 207 | `tools/spec-loop/templates/next.md is missing — is this a BoringStack checkout?` |
| 208 | ); |
| 209 | } |
| 210 | } |
| 211 | |
| 212 | function run(): void { |
| 213 | step("Wiring the spec loop into this project"); |