pre-07 reproduction
Public source retained with the related article. Generated results, dependency directories, runtime storage, secrets, and oversized binary artifacts are intentionally excluded.
README
# PRE-07 framework-lifecycle reproduction
This deterministic JavaScript fixture models a database transaction, direct
publication, and after-commit queue dispatch.
It executes:
- a worker reading before commit;
- direct publication followed by rollback;
- after-commit publication following commit;
- rollback suppression; and
- commit followed by publication failure.
Run:
```sh
node experiment.mjs
```
The fixture does not run Laravel, a real database, a real queue, or a
concurrent worker. It models timing and exposes the remaining after-commit
publication gap.