docs(plans): gap-closeout plan + task persistence file

This commit is contained in:
Joseph Doherty
2026-05-26 11:15:59 -04:00
parent 2c49f18442
commit 7209bc99e2
2 changed files with 730 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"planPath": "docs/plans/2026-05-26-akka-hosting-alignment-gaps-closeout.md",
"tasks": [
{"id": 1, "subject": "Task 0: Per-role appsettings overlays", "status": "pending"},
{"id": 2, "subject": "Task 1: OpcUaApplicationHost.PeerApplicationUris + ServerArray population", "status": "pending"},
{"id": 3, "subject": "Task 2: OpcUaServer.IntegrationTests project skeleton", "status": "pending"},
{"id": 4, "subject": "Task 3: DualEndpointTests — real OPC UA client reads both URIs from Server.ServerArray", "status": "pending", "blockedBy": ["2", "3"]},
{"id": 5, "subject": "Task 4: Wire OpcUaServer.IntegrationTests into v2-ci.yml", "status": "pending", "blockedBy": ["4"]},
{"id": 6, "subject": "Task 5: Rename FailoverScenarioTests → FailoverDuringDeployTests", "status": "pending"},
{"id": 7, "subject": "Task 6: Delete empty bin/obj-only legacy directories", "status": "pending"},
{"id": 8, "subject": "Task 7: Final build + test green check", "status": "pending", "blockedBy": ["1", "2", "3", "4", "5", "6", "7"]}
],
"lastUpdated": "2026-05-26T00:00:00Z"
}