Skip to content

Commit 4782117

Browse files
committed
chore: scrub remaining Teller / financial / DuckDB references (#27)
1 parent ab37fc2 commit 4782117

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Released versions are drafted automatically by [release-drafter](https://github.
1818

1919
### Notes
2020

21-
- 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.
21+
- 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.

docs/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The template's runtime architecture is intentionally small — one backend servi
5757
| `src/api/sessions.py` | In-memory dict | Redis or DB-backed store |
5858
| `eval/golden_qa.json` | One echo case | 15-50 cases by category |
5959

60-
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/`.
60+
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/`.
6161

6262
## Request lifecycle (scaffold)
6363

docs/TASKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Source of truth for the harness extraction. Cross-referenced with the [issues](h
6060
| # | Title | Size | Priority | Depends | Status |
6161
|---|---|---|---|---|---|
6262
| 21 | `feat: frontend scaffold (Vite + React 19.2 + TS strict, eslint flat + prettier + vitest)` | M | Critical | #1 ||
63-
| 22 | `feat: typed SSE client primitive (port from Teller, .ts)` | S | High | #21 ||
63+
| 22 | `feat: typed SSE client primitive (typed POST + ReadableStream)` | S | High | #21 ||
6464
| 23 | `feat: hello page hitting /api/v1/health + CSS-variable palette + sample component test` | S | Medium | #21, #22 ||
6565

6666
### Phase 6 — Eval scaffolding

0 commit comments

Comments
 (0)