| /** | |
| * Retired legacy workbook entry point. | |
| * | |
| * It intentionally fails before reading inputs or writing files. The old | |
| * implementation emitted a v0.2.0 workbook and relied on an undeclared | |
| * external runtime, so delegating would silently publish the wrong release. | |
| */ | |
| process.stderr.write( | |
| "ERROR: scripts/build-workbook.mjs is retired and produced obsolete v0.2.0 output. " + | |
| "No public, pinned v0.4 workbook build is available; use the frozen workbook checksum in the release manifest.\n" | |
| ); | |
| process.exitCode = 2; | |