Model/harness/sample_catalogue.json
Khalim Conn-Kowlessar c5520b82f9 feat(modelling): run_one console entrypoint for DB-less inspection
Slice 3. `harness.console.run_one(epc, goal_band=...)` wires the full
AraFirstRunPipeline against in-memory fakes — no Postgres, no network —
runs one property, prints the sense-check table, and returns the Plan
for interactive poking from a REPL at the worktree root. Defaults to the
committed harness sample catalogue.

Refactors the slice-1 integration test to delegate to run_one (dropping
~70 lines of duplicated wiring + the now-unused test catalogue fixture),
so it exercises the shipped entrypoint rather than a parallel copy. The
new console test covers run_one's print/return contract.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 08:14:14 +00:00

5 lines
182 B
JSON

{
"cavity_wall_insulation": { "unit_cost_per_m2": 18.5 },
"suspended_floor_insulation": { "unit_cost_per_m2": 25.0 },
"mechanical_ventilation": { "unit_cost_per_m2": 450.0 }
}