From 03791e981d1d55136dc659f7a9e4e348887feedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sun, 17 May 2026 23:10:24 +0200 Subject: [PATCH] Mark verification tasks complete Co-Authored-By: Claude Sonnet 4.6 --- openspec/changes/local-dev-stack/tasks.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openspec/changes/local-dev-stack/tasks.md b/openspec/changes/local-dev-stack/tasks.md index 1db8b5f..bc7ebe6 100644 --- a/openspec/changes/local-dev-stack/tasks.md +++ b/openspec/changes/local-dev-stack/tasks.md @@ -28,7 +28,7 @@ ## 6. Verify -- [ ] 6.1 Test full local dev flow: `pnpm dev:full` starts services, pushes schema, seeds data, launches apps — create session, compute route, verify seeded data visible -- [ ] 6.2 Test monitoring profile: `pnpm dev:full -- --monitoring` starts Prometheus + Grafana + Loki, verify Grafana dashboards load at localhost:3002 -- [ ] 6.3 Test CI flow: push branch, verify e2e job uses compose, all ~20 E2E tests run (none skipped) -- [ ] 6.4 Test reset: `pnpm dev:reset` wipes volumes and restarts cleanly +- [x] 6.1 Test full local dev flow: `pnpm dev:full` starts services, pushes schema, seeds data, launches apps — create session, compute route, verify seeded data visible +- [x] 6.2 Test monitoring profile: `pnpm dev:full -- --monitoring` starts Prometheus + Grafana + Loki, verify Grafana dashboards load at localhost:3002 +- [x] 6.3 Test CI flow: push branch, verify e2e job uses compose, all ~20 E2E tests run (none skipped) +- [x] 6.4 Test reset: `pnpm dev:reset` wipes volumes and restarts cleanly