svc-02 reproduction
Public source retained with the related article. Generated results, dependency directories, runtime storage, secrets, and oversized binary artifacts are intentionally excluded.
README
# SVC-02 module-versus-service reproduction
This synthetic fixture carries SVC-01's Payments candidate into two fair
deployment forms. It runs the same ten scenarios through a strong internal
module and a separately deployed service, retaining durable state, declared
latency paths, transaction boundaries, release order, failure containment,
repair, and one boundary correction without calculating an architecture score.
Run the complete evidence suite with `./run.sh`.
After committing the evidence, reproduce it from an archive with
`./bin/run-clean-export.sh <commit>`.
Retained files
- .dockerignore
- bin/run-clean-export.sh
- boundary-model.json
- Dockerfile
- lib/analyze-boundary.mjs
- lib/mutations.mjs
- lib/verify-analysis.mjs
- mutate.mjs
- package.json
- primary-sources.json
- README.md
- render-comparison.mjs
- run.sh
- source-evidence.mjs
- source-manifest.mjs
- tests/comparison.test.mjs
- tests/negative-controls.test.mjs
- verify-results.mjs
- verify.mjs