# BRIDGE-01 reproduction

This deterministic fixture supports “A Design Principle Is a Compressed Failure
History.”

Run it with:

```sh
node editorial/reproductions/bridge-01/experiment.mjs
```

The fixture requires each synthetic principle record to carry:

- an observation;
- a recurring pressure;
- a bounded response;
- a testable prediction;
- a limit; and
- a counterexample.

It accepts four complete records and rejects a label-only record and a response
which contains no testable prediction.

The fixture checks the proposed reasoning format. It does not prove that any
principle, diagnosis, boundary, or private design is correct.
