# 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.
