chore: auto-commit after execute-task

GSD-Unit: M001/S06/T01
This commit is contained in:
2026-03-27 08:54:34 +01:00
parent 7a44ebbd77
commit bdc47dde7f
31 changed files with 2017 additions and 966 deletions
@@ -1,30 +1,22 @@
---
title: T01 summary
status: done
files:
- job-tracker-ui/src/components/DashboardView.tsx
- job-tracker-ui/src/components/RemindersView.tsx
- job-tracker-ui/src/jobWorkspaceRoute.ts
- job-tracker-ui/src/daily-control-loop.test.tsx
verification:
- CI=true npm --prefix job-tracker-ui test -- --watch=false --runTestsByPath src/daily-control-loop.test.tsx
- CI=true npm --prefix job-tracker-ui run build
id: T01
parent: S04
milestone: M001
provides: []
requires: []
affects: []
key_files: []
key_decisions: []
patterns_established: []
drill_down_paths: []
observability_surfaces: []
duration: ""
verification_result: ""
completed_at: 2026-03-27T07:30:18.615Z
blocker_discovered: false
---
Turned dashboard and reminders into actionable entry surfaces instead of dead-end summaries.
# T01: Turn reminders and dashboard into actionable entry surfaces
What changed:
- `job-tracker-ui/src/jobWorkspaceRoute.ts`
- added a single helper for routed job-workspace entry with `open`, `tab`, and optional `followMode`
- `job-tracker-ui/src/components/DashboardView.tsx`
- added a `Needs Follow-up` action section driven by reminder jobs
- wired dashboard actions into the shared routed job-workspace flow
- `job-tracker-ui/src/components/RemindersView.tsx`
- replaced the separate reminder modal loop with routed entry into `/jobs`
- reminders now open the relevant workspace state directly instead of creating another local workflow
- `job-tracker-ui/src/daily-control-loop.test.tsx`
- added focused proof that dashboard and reminders route into the right workspace flow
Verification:
- Focused daily-loop test passed
- Frontend build passed
## What Happened
No summary recorded.