| 1 | # TreeTrace Report - weather-dashboard |
| 2 | |
| 3 | Generated: 2026-06-19T06:50:11.984Z |
| 4 | |
| 5 | ## Session summary |
| 6 | |
| 7 | - Prompts: 4 (from 5 raw turns) Sessions: 1 Span: 1 day Tool calls: 2 Files touched: 1 |
| 8 | - Failure signals: 2 (verified 1, high 0, confirmed 1, inferred 0) |
| 9 | - Corrections: 1 |
| 10 | - Rejections: 2 (user text decline: 1, user interrupt: 1) |
| 11 | - Models seen: assistant-model |
| 12 | - Eval candidates: 2 |
| 13 | - Lessons: 2 |
| 14 | |
| 15 | ## Output map |
| 16 | |
| 17 | | File | Purpose | |
| 18 | |------|---------| |
| 19 | | `TREETRACE_REPORT.md` | this file | |
| 20 | | `PROMPT_TREE.md` | prompt lineage + replay pack | |
| 21 | | `.treetrace/tree.json` | canonical schema | |
| 22 | | `.treetrace/failures.json` | labels + correction chains | |
| 23 | | `.treetrace/rejections.json` | typed rejections/refusals/declines (v0.3) | |
| 24 | | `.treetrace/hallucinations.json` | unresolved references | |
| 25 | | `.treetrace/lessons.md` | correction memory | |
| 26 | | `.treetrace/evals.jsonl` | regression eval cases | |
| 27 | | `.treetrace/agent-memory.md` | next-agent memory pack | |
| 28 | |
| 29 | ## Failure signals |
| 30 | |
| 31 | - overbuilt_solution: 1 |
| 32 | - user_rejected_action: 1 |
| 33 | |
| 34 | - failure_001 [node_003] (user_rejected_action, verified, 100%): The user explicitly told the agent to stop or not proceed near "No, scrap the radar map, it is too heavy.". Evidence: user_text_decline (text): "No, scrap the radar map, it is too heavy. Keep the page lightweight, just the forecast cards." |
| 35 | - failure_002 [node_002] (overbuilt_solution, confirmed, 82%, assistant-model): The work appears to have overbuilt the requested shape near "Try using leaflet for an interactive radar map layer on top of the forecast."; corrected by "No, scrap the radar map, it is too heavy.". Evidence: User said: "No, scrap the radar map, it is too heavy. Keep the page lightweight, just the forecast cards." |
| 36 | |
| 37 | ## Correction chains |
| 38 | |
| 39 | Failure turns that received a human correction, with resolution status. |
| 40 | |
| 41 | - chain_001 (overbuilt_solution, high): failure [node_002] -> correction [node_003] -> unresolved |
| 42 | |
| 43 | ## Rejections |
| 44 | |
| 45 | Typed rejection / refusal / decline events captured on the session. Each one is also surfaced as a failure signal of the mapped type. |
| 46 | |
| 47 | - Total: 2 - user text decline (1), user interrupt (1) |
| 48 | |
| 49 | - (user_text_decline, 80%) [node_003] - No, scrap the radar map, it is too heavy. Keep the page lightweight, just the forecast cards. |
| 50 | - (user_interrupt, 100%) [node_003] - [Request interrupted by user] |
| 51 | |
| 52 | ## Artifacts |
| 53 | |
| 54 | See: `PROMPT_TREE.md` · `.treetrace/lessons.md` · `.treetrace/agent-memory.md` · handoff: run `treetrace --handoff` |
| 55 | --- |
| 56 | Generated by [treetrace](https://github.com/TreeTraceTool/TreeTrace) v0.9.1. |