ddd-03 reproduction
Public source retained with the related article. Generated results, dependency directories, runtime storage, secrets, and oversized binary artifacts are intentionally excluded.
README
# 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>
```
Retained files
- .dockerignore
- bin/run-clean-export.sh
- Dockerfile
- lib/validate-relationship-cases.mjs
- mutate.mjs
- primary-sources.json
- README.md
- relationship-cases.json
- render-comparison.mjs
- run.sh
- source-evidence.mjs
- source-manifest.mjs
- tests/negative-cases.test.mjs
- tests/relationship-cases.test.mjs
- verify-results.mjs
- verify.mjs