Production batches
| id | style | grade | volume (pairs) | defect rate | verified? | registered? | shipped (pairs) | status |
|---|---|---|---|---|---|---|---|---|
batch-001 | running-shoe-v3 | :grade-a | 50000.0 | 2.0% | yes | yes | 15000.0 | committed |
batch-002 | canvas-sneaker-classic | :grade-b | 8000.0 | 5.0% | yes | yes | 7500.0 | no activity |
batch-003 | leather-boot-heritage | :irregular | 60000.0 | 12.0% | no | no | 0.0 | no activity |
Equipment
| id | kind | verified? | registered? | last maintenance | status |
|---|---|---|---|---|---|
equip-001 | :cutting-press | yes | yes | 2026-05-01 | no activity |
equip-002 | :injection-molder | no | no | — | no activity |
Draft records (maintenance-schedule / shipment-coordination)
| record_id | kind | subject_id | equipment/batch |
|---|---|---|---|
MNT-000000 | maintenance-schedule-draft | mnt-1 | equip-001 |
SHP-000000 | shipment-coordination-draft | ship-1 | — |
Action gate (footwearops.phase · always-escalate-ops)
| op | phase-3 write allowed? | auto-eligible? | always escalates (high-stakes)? |
|---|---|---|---|
:coordinate-shipment | yes | no | no |
:flag-quality-concern | yes | no | yes |
:log-production-batch | yes | yes | no |
:schedule-maintenance | yes | no | no |
Audit ledger
| t | op | subject | disposition | basis / rule |
|---|---|---|---|---|
| :committed | :log-production-batch | batch-001 | :commit | quality-grade, last-assessed |
| :committed | :flag-quality-concern | concern-1 | :commit | equip-001 |
| :committed | :schedule-maintenance | mnt-1 | :commit | equip-001 |
| :committed | :coordinate-shipment | ship-1 | :commit | batch-001 |
| :governor-hold | :schedule-maintenance | mnt-2 | :hold | equipment-not-verified |
| :governor-hold | :coordinate-shipment | ship-2 | :hold | batch-not-verified |
| :governor-hold | :coordinate-shipment | ship-3 | :hold | shipment-volume-exceeded |
| :governor-hold | :schedule-maintenance | mnt-3 | :hold | line-operate-blocked |