feat(run): S10 fullført — live-kjøring validert på 1. forsøk, artefakter persistert

Re-kjøring etter post-mortem-fiksene: exit 0, validator=validated,
checker=approve, 2/12 runder, 36 791/150 000 tokens, kost $0.127514
(Haiku 4.5). Artefakter (proposal, provenance med §9-citations,
run_result, usage) committet som bevis på programmets ene live-kjøring
(D6) og som input til S11.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QdSfQdND84oeq2mbjueLTS
This commit is contained in:
Kjell Tore Guttormsen 2026-07-03 10:57:28 +02:00
commit 0f8af04e88
4 changed files with 72 additions and 0 deletions

18
runs/s10/proposal.json Normal file
View file

@ -0,0 +1,18 @@
{
"affected_items": [
{
"code": "ENERGI-TOTAL-EL",
"quantity": 300000.0,
"unit_cost": 1.0
}
],
"assumptions": {
"ENERGI-TOTAL-EL": [
0.7,
1.4
]
},
"claimed_saving_nok": 30000.0,
"measure": "LED-retrofit av kontorbelysning",
"project_id": "BYGG-KONTOR-NORD"
}

33
runs/s10/provenance.json Normal file
View file

@ -0,0 +1,33 @@
{
"citations": [
{
"file": "index.md",
"snippet": "# Bygg-energi mikro-eksempel",
"span": "chars 423-451"
},
{
"file": "bygg-kontor-nord.md",
"snippet": "# Kontorbygg Nord (BYGG-KONTOR-NORD)",
"span": "chars 273-309"
},
{
"file": "tiltak-led-retrofit.md",
"snippet": "# Tiltak: LED-retrofit av kontorbelysning",
"span": "chars 331-372"
},
{
"file": "metode-ipmvp-a.md",
"snippet": "# M&V-metode: IPMVP Option A",
"span": "chars 345-373"
},
{
"file": "kilder-realiseringsgap.md",
"snippet": "# Realiseringsgrad (realization rate) \u2014 verifisert litteratur",
"span": "chars 361-422"
}
],
"model": "claude-haiku-4-5-20251001",
"role": "proposer",
"tokens_used": 36791,
"validator_decision": "validated"
}

14
runs/s10/run_result.json Normal file
View file

@ -0,0 +1,14 @@
{
"attempts": 1,
"checker_decision": "approve",
"outcome": {
"claimed_saving_nok": 30000.0,
"nominal_feasible": 90000.0,
"p10": 68543.08886748762,
"p50": 95443.98966314227,
"p90": 121057.08845805985,
"type": "validated",
"validates": true
},
"validator_decision": "validated"
}

7
runs/s10/usage.json Normal file
View file

@ -0,0 +1,7 @@
{
"cost_usd": 0.127514,
"max_rounds": 12,
"max_tokens": 150000,
"rounds_used": 2,
"tokens_used": 36791
}