feat: add master code queue manager

This commit is contained in:
Codex
2026-05-17 09:48:00 +00:00
parent 48db823e52
commit f775990c90
22 changed files with 2406 additions and 45 deletions
+2 -1
View File
@@ -86,7 +86,8 @@
- config/postgresql.conf
- init/001_unidesk_init.sql
- microservices/ (UniDesk-owned user services and compatibility examples)
- code-queue/ (Codex/OpenCode queue backend; k3s-managed when exposed through UniDesk)
- code-queue/ (Codex/OpenCode execution plane backend; k3s-managed on D601)
- code-queue-mgr/ (Lightweight master-side Code Queue control plane; PostgreSQL CRUD/read path only)
- oa-event-flow/ (Unified OA event ledger, tag stream, and Trace/STEP stats center)
- decision-center/ (Decision records backend; k3s-managed on D601 and PostgreSQL-backed)
- k3sctl-adapter/ (D601 k3s control-plane adapter and managed service manifests)