chore(paul): v0.4 + v0.6 shipped; autonomous finish run complete

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
dtrentin 2026-07-22 09:00:21 +02:00
parent acd6053789
commit 19fc203185
2 changed files with 15 additions and 8 deletions

View file

@ -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

View file

@ -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)