22d7dd3573
GSD-Unit: CV_changes
16 lines
1.3 KiB
Markdown
16 lines
1.3 KiB
Markdown
# S06: Live environment stabilization and integrated acceptance rerun
|
|
|
|
**Goal:** Live environment is repeatably startable and preflighted, seeded with acceptance-ready data, and the integrated daily loop is re-verified with a recorded artifact proving the manual-send boundary and individual-first workflow.
|
|
**Demo:** After this: TBD
|
|
|
|
## Tasks
|
|
- [x] **T01: Validated and recorded the live API/auth preflight gate, including README runbook guidance and negative-path shell coverage.** —
|
|
- Files: scripts/s06-preflight.sh, README.md, job-tracker-ui/src/api.ts, JobTrackerApi/appsettings.Development.json
|
|
- Verify: bash scripts/s06-preflight.sh
|
|
- [x] **T02: Seeded acceptance-ready job data through the live API with deterministic rerun-safe ids and readiness output.** —
|
|
- Files: scripts/s06-acceptance-data.sh, scripts/s06-preflight.sh, README.md
|
|
- Verify: bash scripts/s06-acceptance-data.sh
|
|
- [x] **T03: Added a repeatable live acceptance runner and recorded real S06 browser evidence for the manual-send boundary and daily loop.** —
|
|
- Files: scripts/s06-acceptance-run.sh, docs/s06-acceptance-run.md, scripts/s06-preflight.sh, scripts/s06-acceptance-data.sh, job-tracker-ui/src/end-to-end-trust-loop.test.tsx
|
|
- Verify: bash scripts/s06-acceptance-run.sh && test -s docs/s06-acceptance-run.md
|