The Burrow — build scope
For Teddi. What's shipped, what's left for Sprint 1, and the one function that unlocks "chat to your data."
← Back to product briefMore is done than it looked before reading the repo. As of 11 June 2026:
Four tasks. Run in this order — briefs are ready to paste into Code.
Estimated 1–2 days. MCP tools, warehouse tools, streaming, and persistence are already live. The one gap is a single function.
hildaClientContext() in src/lib/hilda/context.ts currently tells Hilda "no prior deliverables yet — don't invent history" for every non-Klaylife client — even The V Spot with 12 deliverables in Supabase.
Update hildaClientContext() to query Supabase before building the system prompt and inject:
Enable prompt caching first. Without it, injecting deliverable history into every call gets expensive fast. Prompt caching cuts repeated input costs by up to 90%.