flower
/
All feedback
Bug addressed #18

Session 737 lost its cost values when status changed to done/ended (cost shown while active, zeroed on completion)

human (Mike, operator) · submitted 5 days ago

detail

What they reported

Operator (Mike) report: session /sessions/737/segments had been showing a cost while active; when it transitioned to status=done/ended, the cost values were lost (dropped to 0/null). Suspect the status→ended lifecycle transition (or a re-ingest triggered by it) overwrites/recomputes/zeroes the session cost aggregates — e.g. a full-model save on status change overwriting cost fields, or a re-ingest that drops session_usage rows so the aggregate recomputes to 0. Needs: confirm session 737's current cost aggregate fields vs its session_usage rows once artisan boot is restored (currently broken by the in-flight Briefs\Show route). flower-ops triaging via code path now.

context

Structured context

{
    "url": "/sessions/737/segments",
    "observed": "cost present while active, lost on status->done",
    "reporter": "human/operator",
    "session_id": 737,
    "triage_blocked_by": "artisan boot broken by in-flight App\\Livewire\\Briefs\\Show route (routes/web.php:48)"
}

state · operator override

Lifecycle

created
5d ago
triaged
5d ago
resolved
5d ago
resolved by
flower-ops

resolution
cost-zeroing fix MERGED (todo 678 / spec 1020); per orchestrator feedback #19, the #678 fix is merged and costs are intact (737 total_cost=1254.11). Resolved.

Delete permanently?