dbg-02 reproduction

Public source retained with the related article. Generated results, dependency directories, runtime storage, secrets, and oversized binary artifacts are intentionally excluded.

README

# DBG-02 encoded-size boundary reproduction

This synthetic fixture derives the Base64 boundary around a representative
MySQL `TEXT` capacity. It demonstrates how one additional raw byte can move an
encoded value from within the declared capacity to beyond it.

Run:

```sh
./run.sh
```

The fixture uses only Node.js standard-library modules. It does not start a
database, generate a shipping label, or recreate the private incident. The
selected capacity comes from current MySQL 8.4 documentation and is a public
model, not a claim about the historic column.

Retained files