Signed join
Each worker joins with a signed profile, declared lanes, and a time-limited heartbeat.
Mainely Code Buildroom can be positioned around local, private worker fabric: a coordinator routes bounded coding jobs to trusted PCs, then collects diffs, checks, and proof before handoff.
The coordinator is the only place a job becomes a work order. Workers advertise capabilities, accept signed tasks, run inside local worktrees, and return proof artifacts. The system should reject any worker that tries to act outside its lane.
Private LAN or private encrypted overlay
Signed worker enrollment
Heartbeat and stale-node detection
No secrets in logs or proof bundles
Egress allowlist for external services
Workers never self-merge or self-approve
The site now includes a downloadable example config using fake addresses and placeholder names. It communicates the differentiator without revealing your real machines, subnets, secrets, or topology.
This is the kind of language a serious customer understands: capabilities, enrollment, heartbeat, work-order policy, file boundaries, diff-before-apply, and proof bundles.
coordinator: name: buildroom-coordinator bind: 10.42.0.10 require_signed_workers: true reject_public_model_ports: true network: mode: private_lan_or_private_overlay allowed_subnets: [10.42.0.0/24] heartbeat_seconds: 20 egress_policy: allowlist_only work_order_policy: require_owned_paths: true reject_unowned_file_changes: true require_diff_before_apply: true require_proof_bundle: true
Local hardware is powerful. The product has to prove that power is governed, bounded, and reviewable.
Each worker joins with a signed profile, declared lanes, and a time-limited heartbeat.
Workers receive owned paths and blocked paths. Changes outside the boundary fail closed.
Every candidate is reviewed as a diff before handoff. No diff means no done claim.
Checks, failures, artifacts, and rollback notes live in the proof bundle for review.
Repeated failure classes stop the run instead of burning cycles or hiding drift.
Keep source close, keep secrets out of prompts/logs, and use only approved connectors.
Send the right job to the right node: patch, bug hunt, architecture, heavy lift, proof review.
Cloud can remain an option for overflow, not the default place customer code must live.
“We can map your local hardware into a private build constellation, run a bounded repo task, and deliver a proof-backed pull-request candidate or a clear safe-stop.”