You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@ Released versions are drafted automatically by [release-drafter](https://github.
18
18
19
19
### Notes
20
20
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.
Copy file name to clipboardExpand all lines: docs/ARCHITECTURE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The template's runtime architecture is intentionally small — one backend servi
57
57
|`src/api/sessions.py`| In-memory dict | Redis or DB-backed store |
58
58
|`eval/golden_qa.json`| One echo case | 15-50 cases by category |
59
59
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/`.
0 commit comments