diff --git a/openspec/changes/code-review-fix/tasks.md b/openspec/changes/code-review-fix/tasks.md index 4e6a091..493ce1e 100644 --- a/openspec/changes/code-review-fix/tasks.md +++ b/openspec/changes/code-review-fix/tasks.md @@ -127,7 +127,7 @@ ## 14. Dead Code Removal -- [ ] 14.1 `[haiku]` Delete `src/lib/db/migrate.ts` (dead SQLite migration code) +- [x] 14.1 `[haiku]` Delete `src/lib/db/migrate.ts` (dead SQLite migration code) - [ ] 14.2 `[haiku]` Remove `get_db_session()` function from `services/ml/app/db.py:99-111` - [ ] 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`