11.1 Run PLAN.md verification checklist top to bottom

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 16:27:03 +02:00
parent a886f123a7
commit bf75ebc932

View File

@@ -229,7 +229,7 @@ Each type lives in `src/FrameProcessor/Domain/`. Tests in `tests/FrameProcessor.
- `mosquitto` broker with anonymous access on the local network. - `mosquitto` broker with anonymous access on the local network.
- Single network so the service can reach `mosquitto:1883`. - Single network so the service can reach `mosquitto:1883`.
### [ ] 10.3 End-to-end via compose ### [x] 10.3 End-to-end via compose
- `docker compose up --build``/health` returns `mqttConnected: true`. - `docker compose up --build``/health` returns `mqttConnected: true`.
- Run the full `PLAN.md` §Verification checklist (steps 27). - Run the full `PLAN.md` §Verification checklist (steps 27).
@@ -237,7 +237,7 @@ Each type lives in `src/FrameProcessor/Domain/`. Tests in `tests/FrameProcessor.
## Phase 11 — Final verification ## Phase 11 — Final verification
### [ ] 11.1 Run `PLAN.md` verification checklist top to bottom ### [x] 11.1 Run `PLAN.md` verification checklist top to bottom
- All 8 steps pass (step 9, real frame, is optional from this codebase's perspective). - All 8 steps pass (step 9, real frame, is optional from this codebase's perspective).
### [ ] 11.2 README ### [ ] 11.2 README