← house

Perimeter Strip Foundation

v1 AI approved Generated with ElixiFree

Reinforced concrete strip perimeter, 12000×6000mm footprint, 300mm depth. Bearing surface for 6 wall sole plates. M12 anchor bolts at 600mm centres.

Interfaces Provided

bearing_surface ()
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies)
◉
Provider: claude_code | Profile: balanced
◉
All dependencies resolved, starting generation
◉
Refreshed placement from design spec (bbox %{"x" => 12000.0, "y" => 6000.0, "z" => 300.0})
◉
Generating v1
◉
[ElixiFree] active — code_module=elixifree.sip
◉
[ElixiFree] downgrading to claude-haiku-4-5-20251001 (builder API active)
○
Calling Claude (local subscription) for code generation (claude-haiku-4-5-20251001)...
◉
Generation token budget: max_tokens=12288, thinking_budget=0 (retry_count=0)
●
Received response ( tokens)
◉
Normalized Foundation builder to the approved storey footprint
◆
foundation_v1.py · 14 lines
from elixifree.domains.sip import Foundation

OUTER_CONCRETE_FOOTPRINT = [[4000.0, 0.0], [12000.0, 0.0], [12000.0, 6000.0], [0.0, 6000.0], [0.0, 3000.0], [4000.0, 3000.0]]
DEPTH = 300.0
STRIP_W = 450.0

result = Foundation(
    footprint=OUTER_CONCRETE_FOOTPRINT,
    depth=DEPTH,
    type="strip_foundation",
    strip_w=STRIP_W,
).build()
result.add_to_doc("Body")
◉
[ElixiFree] ✓ generated script uses elixifree imports
●
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)
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
v0.0.985