feat: PostgreSQL schema for mother node — node registry + build queue #152

Merged
clawdie merged 1 commit from feature/mother-mcp-infra into main 2026-06-23 10:54:17 +02:00

1 commit

Author SHA1 Message Date
fee88c606d feat: PostgreSQL schema for mother node — node registry + build queue
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
CI / port (pull_request) Has been cancelled
CI / agent-jail-pkgs (pull_request) Has been cancelled
Three tables:
- usb_nodes: hostname, hw_profile (raw probe JSON), derived capabilities
- build_queue: crate/branch build requests from USB nodes
- audit_log: all events (node register, build queued/done/failed)

PL/pgSQL trigger auto-derives capabilities from hardware profile
(GPU detection, local LLM sizing, wifi, boot type).
2026-06-23 10:48:03 +02:00