dbg-05 reproduction
Public source retained with the related article. Generated results, dependency directories, runtime storage, secrets, and oversized binary artifacts are intentionally excluded.
README
# DBG-05 runtime-configuration reproduction
This synthetic fixture sends ordered jobs through one long-lived process
state. It compares an ambient mutable key, per-use resolution, and scoped
mutation with restoration.
Run:
```sh
./run.sh
```
The fixture does not run Laravel, reproduce the private application, or model
concurrent jobs. It verifies the lifecycle mechanism described by the article.