100,000 Work Order Simulation
Release Notes
Release Notes
FICTIONAL / SYNTHETIC DEPLOYMENT MODEL. No real customer data is used.
v1.0.0 — Forge PM 100,000 Work Order Simulation
Initial release of the fictional enterprise simulation of the Work Order Agent Ecosystem for the invented customer Forge Property Management.
Added
- Deterministic synthetic generator for 100,000 labeled property-management work
orders across a fictional 42,000-unit, 19-property, 4-state portfolio (src/enterprise-synth.mjs), including duplicate patterns, missing-field cases, emergency cases, vendor candidates, estimated cost, and SLA requirements.
- Enterprise simulation runner that boots the real ecosystem (PostgreSQL via PGlite
+ gRPC dispatch) and processes all 100,000 orders end-to-end, measuring twelve operational metrics and asserting 25 MUST_PASS checks (verify.mjs).
- Transparent manual-vs-agent ROI model with full arithmetic (
src/roi.mjs,
assumptions.json).
- Executive impact study and certification report generated from live results
(build-deliverables.mjs, report/impact-study.md).
- Public case-study page generator (
publish.mjs). - Social media package, dataset card + sample, and a full IRS_AUDITOR proof package.
Honesty
- Labeled a fictional/synthetic deployment model throughout.
- The Proof Layer state is intentionally not
PRODUCTION_VALIDATED; the
simulation-tier label is FICTIONAL_DEPLOYMENT_MODEL_CERTIFIED.