From 19fc203185af6ce428bbb30147b76fab30ab6e63 Mon Sep 17 00:00:00 2001 From: dtrentin Date: Wed, 22 Jul 2026 09:00:21 +0200 Subject: [PATCH] chore(paul): v0.4 + v0.6 shipped; autonomous finish run complete Co-Authored-By: Claude Opus 4.8 (1M context) --- .paul/ROADMAP.md | 4 ++-- .paul/STATE.md | 19 +++++++++++++------ 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.paul/ROADMAP.md b/.paul/ROADMAP.md index cbc8d27..c74a471 100644 --- a/.paul/ROADMAP.md +++ b/.paul/ROADMAP.md @@ -7,9 +7,9 @@ | v0.1 | Walking Skeleton (MTConnect) | 1 | βœ… Shipped | 2026-07-21 | | v0.2 | Machine Management UX | 2, 2.1 | βœ… Shipped (2.1 commit pending) | 2026-07-21 | | v0.3 | Data-Item Selection + UX | 3, 3.1 | βœ… Shipped (branch v0.3.1-theming) | 2026-07-22 | -| v0.4 | OPC UA Protocol | 4 | 🚧 In progress (branch v0.4-opcua) | - | +| v0.4 | OPC UA Protocol | 4 | βœ… Shipped (branch v0.4-opcua, awaiting merge) | 2026-07-22 | | v0.5 | Fanuc FOCAS Protocol | 5 | ⏸️ Deferred (no native/Windows on dev host) | - | -| v0.6 | History & Trends | 6 | πŸ“‹ Planned | - | +| v0.6 | History & Trends | 6 | βœ… Shipped (branch v0.6-history, awaiting merge) | 2026-07-22 | ## 🚧 Active Milestone: v0.2 Machine Management UX diff --git a/.paul/STATE.md b/.paul/STATE.md index 632d256..57d1caa 100644 --- a/.paul/STATE.md +++ b/.paul/STATE.md @@ -9,15 +9,22 @@ See: .paul/PROJECT.md (updated 2026-07-21) ## Current Position -Milestone: v0.4 OPC UA Protocol -Phase: 4 β€” IN PROGRESS (branch v0.4-opcua, from v0.3.1-theming) -Status: Build 0/0, 148 tests + 2 docker-skip (after v0.3.1). -Last activity: 2026-07-22 β€” v0.3.1 theming shipped on branch v0.3.1-theming (Fluent light/dark, per-protocol icons, curated layout, +10 converter tests). SDK decided for v0.4: OPCFoundation.NetStandard.Opc.Ua.Client 1.5.378.156 (MIT), plugin retargets net48, IUaClient seam for testability. +Milestone: ALL IMPLEMENTED β€” autonomous finish run complete. Awaiting user branch merges. +Status: Build 0/0, 196 tests + 2 docker-skip (v0.6 tip). +Last activity: 2026-07-22 β€” v0.6 history & trends shipped on branch v0.6-history. All planned milestones (v0.3.1, v0.4, v0.6) implemented + pushed as review branches. v0.5 FOCAS deferred. Progress: -- v0.3.1 theming βœ“ (branch pushed) -- v0.4 OPC UA: impl starting +- v0.3.1 theming βœ“ (+ config full-width fix + dashboard Details-clip fix) +- v0.4 OPC UA βœ“ (OPCFoundation 1.5.378.156 MIT, net48;net8.0 plugin, IUaClient seam) - v0.5 FOCAS: DEFERRED (no native fwlib32/Windows on Linux dev host) +- v0.6 history & trends βœ“ (snapshot_history table, retention prune, Sparkline control) + +## Review branches (pushed to origin, NOT merged to main β€” user merges one at a time) + +- v0.3.1-theming (from main): theming + layout fixes +- v0.4-opcua (from v0.3.1): OPC UA plugin (+ propagated fixes) +- v0.6-history (from v0.4, skips deferred v0.5): history & trends (+ propagated fixes) +UI fixes fixed on v0.3.1 then merged forward v0.3.1β†’v0.4β†’v0.6. ## Branch-per-milestone (user directive 2026-07-22)