Shipments
Demo snapshot — build-time-generated from cargohandling.store via cargohandling.render-html (clojure -M:dev:render-html), regenerated nightly.
| Shipment | Cargo | Weight (kg) | Hazmat class | Jurisdiction | Registration | Last op status |
|---|---|---|---|---|---|---|
| shp-1 | containerized general cargo | 18500 | — | JPN | registered & verified | committed |
| shp-2 | palletized machinery parts | 9200 | — | JPN | registered, unverified | HARD hold · shipment unverified |
| shp-3 | bulk chemical drums | 4200 | 8 | JPN | not registered | no activity |
Facilities
Cranes, docks and warehouse bays targeted by :coordinate-equipment-maintenance (a facility-level op, independently re-verified against the facility record, not a per-shipment record).
| Facility | Name | Kind | Jurisdiction | Registration | Last op status |
|---|---|---|---|---|---|
| fac-1 | Gantry Crane 4 | crane | JPN | registered | committed |
| fac-2 | Warehouse B Reefer Dock | warehouse | JPN | not registered | HARD hold · facility unregistered |
Action gate (Cargo Handling Governor)
HARD holds cannot be overridden. This actor is an operations-coordination layer, never a load-safety authority — no op in its closed allowlist can finalize a load-safety clearance, override a weight-limit rule or waive a hazmat-segregation rule.
| Op | Gate |
|---|---|
:log-cargo-record | phase-3 auto when clean · administrative logging only |
:schedule-handling-operation | ALWAYS human approval · real resource commitment |
:flag-cargo-safety-concern | ALWAYS human approval · never auto, any phase |
:coordinate-equipment-maintenance | ALWAYS human approval · real maintenance dispatch |
Audit ledger (this run)
Append-only decision-fact log — every proposal, hold and commit this scenario produced.
| Fact | Op | Target | Basis |
|---|---|---|---|
| committed | log-cargo-record | shp-1 | commit |
| committed | schedule-handling-operation | shp-1 | commit |
| committed | flag-cargo-safety-concern | shp-1 | commit |
| committed | coordinate-equipment-maintenance | fac-1 | commit |
| governor-hold | log-cargo-record | shp-2 | shipment-unverified |
| governor-hold | coordinate-equipment-maintenance | fac-2 | facility-unregistered |