chg-08 reproduction

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

README

# CHG-08 decision-review reproduction

This deterministic fixture demonstrates the review questions in “A Code
Review Should Test the Decision, Not the Author.”

It compares:

- a synthetic account-and-amount marker with an expiry; and
- atomic consumption of durable attempt identities.

Run:

```sh
node experiment.mjs
```

The marker model proves the intended sequential case and exposes two derived
limits: equal unrelated operations collide, and expiry removes correlation
evidence. These are synthetic counterexamples, not private production events.

Retained files