From 3dd3e71b6e9731821f53d9df0530dc3ef7331962 Mon Sep 17 00:00:00 2001 From: Artur Kruszewski Date: Wed, 8 Jul 2026 00:35:35 +0200 Subject: [PATCH] T5: start --- PLAN.md | 2 +- szpitale-graph/local-agent-progress.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PLAN.md b/PLAN.md index 1fd82d8..b349624 100644 --- a/PLAN.md +++ b/PLAN.md @@ -564,7 +564,7 @@ Po ukończeniu zadania agent zmienia jego status w liście poniżej i dopisuje j - [ ] T1 Deduplicator compile fix - [x] T2 NameNormalizer testy - [ ] T3 PartyNormalizer testy -- [ ] T4 MarkdownRegistrySource test +- [x] T4 MarkdownRegistrySource test - [ ] T5 Canonical round-trip - [ ] T6 GraphLoader idempotencja [NEO4J] - [ ] T7 GraphValidator + CSV [NEO4J] diff --git a/szpitale-graph/local-agent-progress.json b/szpitale-graph/local-agent-progress.json index fe7b041..3655399 100644 --- a/szpitale-graph/local-agent-progress.json +++ b/szpitale-graph/local-agent-progress.json @@ -37,17 +37,17 @@ "id": "T4", "title": "MarkdownRegistrySource test na fixture", "tag": null, - "status": "in_progress", + "status": "done", "startedAt": "2026-07-07T00:00:00Z", - "finishedAt": null, - "note": "" + "finishedAt": "2026-07-07T00:00:00Z", + "note": "Fix isPersonTable: join all headers before check (Funkcja+Imi\u0119 in different cells)." }, { "id": "T5", "title": "Canonical write/read round-trip", "tag": null, - "status": "todo", - "startedAt": null, + "status": "in_progress", + "startedAt": "2026-07-07T00:00:00Z", "finishedAt": null, "note": "" },