Production batches
Demo snapshot — build-time-generated from furnituremfg.store via furnituremfg.render-html (clojure -M:dev:render-html), regenerated nightly.
| Batch | Product | Grade | Unit count | Defect rate % | Verified? | Registered? | Shipped so far · log status |
|---|---|---|---|---|---|---|---|
| batch-001 | dining-chair | grade-a | 500.0 | 2.0 | yes | yes | 150.0 · committed |
| batch-002 | oak-dresser | premium | 80.0 | 0.5 | yes | yes | 75.0 · no activity |
| batch-003 | office-desk | commercial | 600.0 | 4.0 | no | no | 0.0 · no activity |
Plant equipment
Ground-truth verification/registration state the Governor independently re-checks before any maintenance may be scheduled.
| Equipment | Kind | Verified? | Registered? | Last maintenance |
|---|---|---|---|---|
| equip-001 | cutting-saw | yes | yes | 2026-05-01 |
| equip-002 | finishing-line | no | no | never |
Coordination requests (this run)
Every maintenance-schedule / safety-concern / shipment-coordination proposal this demo issued, and what the Governor + phase gate actually did with it.
| Request | Op | Target | Outcome |
|---|---|---|---|
| mnt-1 | schedule-maintenance | equip-001 | committed |
| concern-1 | flag-safety-concern | equip-001 | committed |
| ship-1 | coordinate-shipment | batch-001 | committed |
| mnt-2 | schedule-maintenance | equip-002 | HARD hold · equipment-not-verified |
| ship-2 | coordinate-shipment | batch-003 | HARD hold · batch-not-verified |
| ship-3 | coordinate-shipment | batch-002 | HARD hold · shipment-units-exceeded |
Action gate (Furniture Plant Operations Governor)
HARD holds cannot be overridden. Equipment/batch verification is independently re-checked, never trusted from the proposal; shipment unit-counts are independently recomputed against the batch's own logged production output.
| Op | Gate |
|---|---|
:log-production-batch | auto-commit when clean at phase 3 · grade & defect-rate independently validated |
:schedule-maintenance | ALWAYS human approval · equipment must be independently verified & registered · finalize permanently blocked |
:flag-safety-concern | ALWAYS human approval (high-stakes), regardless of equipment/batch verification state |
:coordinate-shipment | ALWAYS human approval · batch must be independently verified & registered · unit-count independently recomputed against logged output |
Audit ledger (this run)
Append-only decision-fact log — every hold and commit this scenario produced.
| Fact | Op | Subject | Basis |
|---|---|---|---|
| committed | log-production-batch | batch-001 | quality-grade, last-assessed |
| committed | schedule-maintenance | mnt-1 | equip-001 |
| committed | flag-safety-concern | concern-1 | equip-001 |
| committed | coordinate-shipment | ship-1 | batch-001 |
| governor-hold | schedule-maintenance | mnt-2 | equipment-not-verified |
| governor-hold | coordinate-shipment | ship-2 | batch-not-verified |
| governor-hold | coordinate-shipment | ship-3 | shipment-units-exceeded |