From 3c0d416f5cc38ec2d6c2aa319fbd9811774c30e7 Mon Sep 17 00:00:00 2001 From: Artur Kruszewski Date: Wed, 8 Jul 2026 00:41:23 +0200 Subject: [PATCH] T6: 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 b349624..29a162a 100644 --- a/PLAN.md +++ b/PLAN.md @@ -565,7 +565,7 @@ Po ukończeniu zadania agent zmienia jego status w liście poniżej i dopisuje j - [x] T2 NameNormalizer testy - [ ] T3 PartyNormalizer testy - [x] T4 MarkdownRegistrySource test -- [ ] T5 Canonical round-trip +- [x] T5 Canonical round-trip - [ ] T6 GraphLoader idempotencja [NEO4J] - [ ] T7 GraphValidator + CSV [NEO4J] - [ ] T8 Zielony pełny build diff --git a/szpitale-graph/local-agent-progress.json b/szpitale-graph/local-agent-progress.json index 3655399..51b2dd8 100644 --- a/szpitale-graph/local-agent-progress.json +++ b/szpitale-graph/local-agent-progress.json @@ -46,17 +46,17 @@ "id": "T5", "title": "Canonical write/read round-trip", "tag": null, - "status": "in_progress", + "status": "done", "startedAt": "2026-07-07T00:00:00Z", - "finishedAt": null, - "note": "" + "finishedAt": "2026-07-07T00:00:00Z", + "note": "Round-trip write+read + assert hospital/person/affiliation/role data." }, { "id": "T6", "title": "GraphLoader idempotencja", "tag": "NEO4J", - "status": "todo", - "startedAt": null, + "status": "in_progress", + "startedAt": "2026-07-07T00:00:00Z", "finishedAt": null, "note": "wymaga Dockera; bez -> skipped" },