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
Owner

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).

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).
clawdie added 1 commit 2026-06-23 10:53:39 +02:00
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
fee88c606d
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).
clawdie merged commit 69a7614395 into main 2026-06-23 10:54:17 +02:00
clawdie deleted branch feature/mother-mcp-infra 2026-06-23 10:54:18 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/colibri#152
No description provided.