# DDD-03 relationship-classification reproduction

This synthetic fixture classifies three bounded-context relationships and one
unresolved control from organizational evidence. The four cases deliberately
share similar API mechanics so transport cannot decide the label.

Run the complete evidence suite with:

```sh
./run.sh
```

The runner retains 17 tests, 16 counterfactuals, a score-free comparison,
source observations, provenance, and result verification under `results/`.

After committing the evidence, reproduce its deterministic claims from an
archive of the committed tree with:

```sh
./bin/run-clean-export.sh <commit>
```
