T5: start

This commit is contained in:
Artur Kruszewski
2026-07-08 00:35:35 +02:00
parent 7f636a19fe
commit 3dd3e71b6e
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -564,7 +564,7 @@ Po ukończeniu zadania agent zmienia jego status w liście poniżej i dopisuje j
- [ ] T1 Deduplicator compile fix - [ ] T1 Deduplicator compile fix
- [x] T2 NameNormalizer testy - [x] T2 NameNormalizer testy
- [ ] T3 PartyNormalizer testy - [ ] T3 PartyNormalizer testy
- [ ] T4 MarkdownRegistrySource test - [x] T4 MarkdownRegistrySource test
- [ ] T5 Canonical round-trip - [ ] T5 Canonical round-trip
- [ ] T6 GraphLoader idempotencja [NEO4J] - [ ] T6 GraphLoader idempotencja [NEO4J]
- [ ] T7 GraphValidator + CSV [NEO4J] - [ ] T7 GraphValidator + CSV [NEO4J]
+5 -5
View File
@@ -37,17 +37,17 @@
"id": "T4", "id": "T4",
"title": "MarkdownRegistrySource test na fixture", "title": "MarkdownRegistrySource test na fixture",
"tag": null, "tag": null,
"status": "in_progress", "status": "done",
"startedAt": "2026-07-07T00:00:00Z", "startedAt": "2026-07-07T00:00:00Z",
"finishedAt": null, "finishedAt": "2026-07-07T00:00:00Z",
"note": "" "note": "Fix isPersonTable: join all headers before check (Funkcja+Imi\u0119 in different cells)."
}, },
{ {
"id": "T5", "id": "T5",
"title": "Canonical write/read round-trip", "title": "Canonical write/read round-trip",
"tag": null, "tag": null,
"status": "todo", "status": "in_progress",
"startedAt": null, "startedAt": "2026-07-07T00:00:00Z",
"finishedAt": null, "finishedAt": null,
"note": "" "note": ""
}, },