Tables
Demo snapshot — build-time-generated from beverageops.store via beverageops.render-html (clojure -M:render-html), regenerated nightly.
| Table | Name | Seats | Roster status |
|---|---|---|---|
| t1 | Table 1 | 4 | registered & verified |
| t2 | Table 2 | 2 | registered, unverified |
| t3 | Table 3 | 6 | unregistered |
Supplies
| Supply | Stock | Unit |
|---|---|---|
| cleaning-supplies | 50 | units |
| glassware | 200 | pieces |
| napkins | 500 | units |
Action gate (Beverage-Ops Governor)
HARD holds cannot be overridden. Age-verification, responsible-service, recipe and alcohol-ordering territory are permanently out of scope — see governor scope exclusion.
| Op | Gate |
|---|---|
:schedule-table-reservation | table must be registered & verified |
:coordinate-order-status-update | table must be registered & verified |
:coordinate-supply-request | no table-verification gate (facility op) |
:schedule-staff-shift-proposal | no table-verification gate (facility op) |
:flag-safety-concern | no table-verification gate (facility op) |
Demo scenario results (this run)
5 approved · 4 HARD-held — every row is a real beverageops.operation/propose-operation call through the real governor, not hand-typed.
| # | Op | Target | Status | Governor reason |
|---|---|---|---|---|
| 1 | schedule-table-reservation | t1 | approved | auto-commit · table-operation-verified |
| 2 | coordinate-order-status-update | t1 | approved | auto-commit · table-operation-verified |
| 3 | coordinate-supply-request | napkins | approved | auto-logged · no verification gate (facility op) |
| 4 | schedule-staff-shift-proposal | s1 | approved | auto-logged · no verification gate (facility op) |
| 5 | flag-safety-concern | customer intoxication | approved | auto-logged · no verification gate (facility op) |
| 6 | schedule-table-reservation | t2 | rejected | HARD hold · table-unverified |
| 7 | schedule-table-reservation | t1 | rejected | HARD hold · effect-not-propose |
| 8 | schedule-table-reservation | t1 | rejected | HARD hold · scope-excluded |
| 9 | request-live-music-booking | acme-live-music | rejected | HARD hold · operation-unknown |