Implementation update — controller/reconciler foundation
Controller/reconciler foundation and Discord notification service have been implemented in zpack-api.
Created / changed
Portal pending-card UX visually validated. During game provisioning, the inline GAME placeholder card showed the operation state and phase, including Running: wait-for-agent-terminal-state. After…
Final validation update: provisioning worker implementation is now validated. Systemd worker service is installed and running. Game and dev provisioning both passed through the worker path. Dev…
Portal async create flow implemented
Portal has been updated to consume the new async POST /api/instances behavior.
Files changed
zpack-portal/src/app/(dashboard)/servers/create…Follow-up patch — host status handles transient Proxmox read failures
The transient Proxmox status error observed during validation has been patched in zpack-api.
Original issue
`GET…
Live validation update — teardown still works through API
After the successful worker-provisioned vanilla Minecraft server test, teardown was run through the existing API path and completed. …
Live validation update
The new BullMQ provisioning worker path successfully provisioned a real vanilla Minecraft game server.
Validated
POST /api/instancesreturned202quickly…
Implementation update — provisioning worker refactor
Provisioning worker refactor has been implemented in zpack-api.
Completed
- Added durable
ProvisioningOperationstate in…