docs: add server boot parity implementation plan

5-task plan for wiring Start() to full subsystem startup sequence:
1. Add CheckAuthForWarnings() stub
2. Add StartDelayedApiResponder() stub
3. Guard MQTT StartMqtt() to not throw
4. Wire up Start() body to match Go sequence
5. Write server boot validation integration tests
This commit is contained in:
Joseph Doherty
2026-03-01 14:52:35 -05:00
parent ca8297d0ad
commit 99399ac917
3 changed files with 613 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{
"planPath": "docs/plans/2026-03-01-server-boot-parity-plan.md",
"tasks": [
{"id": 33, "subject": "Task 1: Add CheckAuthForWarnings() stub", "status": "pending"},
{"id": 34, "subject": "Task 2: Add StartDelayedApiResponder() stub", "status": "pending"},
{"id": 35, "subject": "Task 3: Guard MQTT StartMqtt() to not throw", "status": "pending"},
{"id": 36, "subject": "Task 4: Wire up Start() body to match Go sequence", "status": "pending", "blockedBy": [33, 34, 35]},
{"id": 37, "subject": "Task 5: Write server boot validation integration tests", "status": "pending", "blockedBy": [36]}
],
"lastUpdated": "2026-03-01T00:00:00Z"
}