From 478211797780473d3dcb57cf98a84b531876e6eb Mon Sep 17 00:00:00 2001 From: "const.koutsakis@aurecongroup.com" Date: Mon, 27 Apr 2026 19:30:37 +1000 Subject: [PATCH] chore: scrub remaining Teller / financial / DuckDB references (#27) --- CHANGELOG.md | 2 +- docs/ARCHITECTURE.md | 2 +- docs/TASKS.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6f48b..0e359f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,4 +18,4 @@ Released versions are drafted automatically by [release-drafter](https://github. ### Notes -- This template was extracted from a financial-agent take-home (Teller) and generalised. The harness is the product; the scaffold exists so every gate has something to operate on. +- This template was extracted from a prior LLM-coded project and generalised. The harness is the product; the scaffold exists so every gate has something to operate on. diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 336244c..e7fbbbe 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -57,7 +57,7 @@ The template's runtime architecture is intentionally small — one backend servi | `src/api/sessions.py` | In-memory dict | Redis or DB-backed store | | `eval/golden_qa.json` | One echo case | 15-50 cases by category | -The layered import-linter contract lets each slot grow without coordination — adding `src/data/duckdb_client.py` doesn't trigger any change in `src/models/` or `src/api/`. +The layered import-linter contract lets each slot grow without coordination — adding `src/data/db_client.py` doesn't trigger any change in `src/models/` or `src/api/`. ## Request lifecycle (scaffold) diff --git a/docs/TASKS.md b/docs/TASKS.md index 6f69fe7..72c5558 100644 --- a/docs/TASKS.md +++ b/docs/TASKS.md @@ -60,7 +60,7 @@ Source of truth for the harness extraction. Cross-referenced with the [issues](h | # | Title | Size | Priority | Depends | Status | |---|---|---|---|---|---| | 21 | `feat: frontend scaffold (Vite + React 19.2 + TS strict, eslint flat + prettier + vitest)` | M | Critical | #1 | ✅ | -| 22 | `feat: typed SSE client primitive (port from Teller, .ts)` | S | High | #21 | ✅ | +| 22 | `feat: typed SSE client primitive (typed POST + ReadableStream)` | S | High | #21 | ✅ | | 23 | `feat: hello page hitting /api/v1/health + CSS-variable palette + sample component test` | S | Medium | #21, #22 | ✅ | ### Phase 6 — Eval scaffolding