Depots
Demo snapshot — build-time-generated from fueldepot.store via fueldepot.render-html (clojure -M:dev:render-html), regenerated nightly.
| Depot | Name | License | Fuel types | Tank capacity (L) | Inventory (L) | License status |
|---|---|---|---|---|---|---|
| depot-001 | Bayside Fuel Terminal | MOF-FUEL-88213 | diesel, kerosene, petrol | 5000000.0 | 1050000.0 | verified · registered |
| depot-002 | Harborline Bulk Storage | MOF-FUEL-88214 | heavy-fuel-oil, lubricating-oil | 8000000.0 | 7500000.0 | verified · registered |
| depot-003 | Northgate LPG Depot | none on file | lpg | 2000000.0 | 0.0 | unverified · unregistered |
Operations (this run)
Every coordination request this scenario drove through the actor, and the depot (if any) its own proposal referenced.
| Subject | Op | Depot | Last op status |
|---|---|---|---|
ship-001 | log-shipment-record | n/a | committed |
dlv-1 | schedule-delivery-operation | depot-001 | committed |
concern-1 | flag-safety-concern | depot-001 | committed |
ord-1 | coordinate-supplier-order | depot-001 | committed |
dlv-2 | schedule-delivery-operation | depot-003 | HARD hold · depot-not-verified |
dlv-3 | schedule-delivery-operation | depot-002 | HARD hold · delivery-capacity-exceeded |
dlv-4 | schedule-delivery-operation | depot-001 | HARD hold · tank-integrity-clearance-finalize-blocked |
Action gate (Fuel Depot Operations Governor)
HARD holds cannot be overridden. Depot verification/registration, tank-capacity headroom, fuel-type validity and quantity plausibility are all independently checked from the depot's/request's own permanent fields, never trusted from the advisor's proposal.
| Op | Gate |
|---|---|
:log-shipment-record | phase-3 auto-commit when clean -- the ONLY op this actor ever auto-commits · HARD holds: fabricated :fuel-type, implausible :quantity-liters |
:schedule-delivery-operation | ALWAYS human approval, never auto at any phase · HARD holds: depot not verified/registered, tank capacity independently recomputed as exceeded, double-schedule of the same delivery, tank-integrity-clearance finalize attempt (permanent, no override) |
:flag-safety-concern | ALWAYS escalates regardless of confidence (fueldepot.governor/high-stakes) · never gated on depot verification -- a concern may be raised about ANY depot |
:coordinate-supplier-order | ALWAYS human approval, never auto at any phase · HARD holds: depot not verified/registered, double-order of the same supplier order · order value ≥ $250,000 USD independently re-derived to always escalate regardless of confidence |
Audit ledger (this run)
Append-only decision-fact log — every proposal, hold and commit this scenario produced.
| Fact | Op | Subject | Basis |
|---|---|---|---|
| committed | log-shipment-record | ship-001 | fuel-type, quantity-liters, direction |
| committed | schedule-delivery-operation | dlv-1 | depot-001 |
| committed | flag-safety-concern | concern-1 | depot-001 |
| committed | coordinate-supplier-order | ord-1 | depot-001 |
| governor-hold | schedule-delivery-operation | dlv-2 | depot-not-verified |
| governor-hold | schedule-delivery-operation | dlv-3 | delivery-capacity-exceeded |
| governor-hold | schedule-delivery-operation | dlv-4 | tank-integrity-clearance-finalize-blocked |