feature/0.12.0 #154

Merged
clawdie merged 2 commits from feature/0.12.0 into main 2026-06-23 13:40:49 +02:00

2 commits

Author SHA1 Message Date
2b0c941855 feat: geodesic dome MCP tool — wireframe + structural BOM
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
Class I icosahedron subdivision, perspective rendering, and
complete bill of materials analysis. Reports:
- Strut lengths + counts (grouped by size)
- Connector types (3/4/5/6-way junctions)
- Triangle areas (grouped, with totals)
- Material BOM (glass, polycarbonate, insulated)
- Cost + weight estimates per material
- Full or half-sphere modes

No Blender, no GPU — pure Python + numpy + Pillow.
2026-06-23 13:35:20 +02:00
c3e91189f3 refactor: rename COLIBRI_AUTOSPAWN_PI → COLIBRI_AUTOSPAWN
Harness-neutral naming throughout the daemon:
- COLIBRI_AUTOSPAWN_PI    → COLIBRI_AUTOSPAWN
- COLIBRI_PI_BINARY       → COLIBRI_AUTOSPAWN_BINARY  (default: zot)
- COLIBRI_AUTOSPAWN_PI_ARGS → COLIBRI_AUTOSPAWN_ARGS
- Function: autospawn_pi_if_configured → autospawn_agent_if_configured
- Log prefix: autospawn-pi → autospawn
- Variable: pi_binary → agent_binary, pi_name → agent_name
2026-06-23 11:13:58 +02:00