← wood shed

Ground-Floor South Wall (Front)

v1 AI approved

SIP-120, 8000mm span × 142mm thick × 2700mm height, level top; front door 1000×2100mm centred; 45×120mm sole plate in foam groove, M12 anchors; corner spline grooves 38×90mm; screwed/glued top plate bearing

Dependencies

foundation.top_face

Interfaces Provided

top_face (bearing_surface) inner_face (spline_pocket)
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies)
◉
Provider: claude_code | Profile: balanced
◇
Received interface foundation.top_face: %{name: "top_face", type: "bearing_surface", value: %{}, agent_id: "foundation"}
◉
All dependencies resolved, starting generation
◉
Refreshed placement from design spec (bbox %{"x" => 8000.0, "y" => 142.0, "z" => 2700.0})
◉
Generating v1
◉
Using deterministic sip.wall generation
◆
s0_wall_e0_v1.py · 9 lines
from elixifree.domains.sip import Wall

result = (
    Wall(span=8000.0, height=2700.0, stock="SIP-120")
    .opening(x=2700.0, z=0.0, width=1000.0, height=2100.0)
    .build()
)
result.add_to_doc("Body")
●
Executing in FreeCAD...
◉
StepAnalyzer failed: FreeCAD could not read STEP file: FreeCAD exception thrown (File to load not existing or not readable) — skipping
●
FreeCAD execution succeeded
●
Exported: model.stl
◉
Generation succeeded and component was auto-approved (v1)
◉
Applied 1 deterministic .opening() call(s) from the design spec
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Applied 1 deterministic .opening() call(s) from the design spec
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
v0.0.985