From d4c14df2849fa0eb922a331566e90ecd0bfcb555 Mon Sep 17 00:00:00 2001 From: Marko Djordjevic Date: Wed, 18 Feb 2026 20:48:44 +0100 Subject: [PATCH] code-review-fix task 14.4: mark task 14.4 as done in tasks.md --- openspec/changes/code-review-fix/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openspec/changes/code-review-fix/tasks.md b/openspec/changes/code-review-fix/tasks.md index e657582..520f208 100644 --- a/openspec/changes/code-review-fix/tasks.md +++ b/openspec/changes/code-review-fix/tasks.md @@ -130,7 +130,7 @@ - [x] 14.1 `[haiku]` Delete `src/lib/db/migrate.ts` (dead SQLite migration code) - [x] 14.2 `[haiku]` Remove `get_db_session()` function from `services/ml/app/db.py:99-111` - [x] 14.3 `[haiku]` Remove dead `inference*` package reference from `pyproject.toml:32` -- [ ] 14.4 `[haiku]` Fix inconsistent `uuid as uuid_lib` import in `services/ml/app/main.py:9` — use standard `import uuid` +- [x] 14.4 `[haiku]` Fix inconsistent `uuid as uuid_lib` import in `services/ml/app/main.py:9` — use standard `import uuid` - [ ] 14.5 `[haiku]` Remove duplicate `TALIB_PATTERNS` dict — import from one location (`app/patterns.py` or `generate_talib_annotations.py`) ## 15. Deprecated Python API Replacements