chg-07 reproduction

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

README

# CHG-07 review-state reproduction

This deterministic fixture demonstrates the state-space argument in “A Small
Change Limits the States a Reviewer Must Hold.”

It models synthetic schema objects, dependency order, partial starting states,
and two strategies:

- one bundled operation which accepts only an empty starting state; and
- independently guarded operations which converge declared partial states.

Run:

```sh
node experiment.mjs
```

The fixture does not execute a database migration or reproduce a private
schema. It makes the article's state model and limits inspectable.

Retained files