[Phase 6] Fix pre-launch-checklist.md quick-command snippets to include vin-decoder #208

Closed
opened 2026-06-05 00:28:44 +00:00 by AI-Manager · 1 comment
Owner

Summary

The checklist body in docs/pre-launch-checklist.md correctly covers VIN Decoder across DNS/TLS and functional-verification sections, but the Quick Commands Reference bash snippets at the bottom omit vin-decoder in three places:

  1. Pod-health loop: for ns in zip-enrichment holidays air-quality docs-site — missing vin-decoder
  2. DNS verification loop: for sub in zip holidays aqi docs status registry grafana — missing vin
  3. Health smoke-test loop: only covers zip/holidays/aqi — missing vin.leeworks.dev/v1/health

These mismatches mean an operator running the quick-check commands will miss VIN Decoder status entirely.

Acceptance Criteria

  • Pod-health for ns loop includes vin-decoder
  • DNS verification for sub loop includes vin
  • Health smoke-test loop includes vin.leeworks.dev/v1/health
  • All three updated snippet commands are tested locally with bash -n (syntax check)
  • PR passes kustomize build flux/ CI gate (no regressions)
## Summary The checklist body in `docs/pre-launch-checklist.md` correctly covers VIN Decoder across DNS/TLS and functional-verification sections, but the **Quick Commands Reference bash snippets** at the bottom omit `vin-decoder` in three places: 1. Pod-health loop: `for ns in zip-enrichment holidays air-quality docs-site` — missing `vin-decoder` 2. DNS verification loop: `for sub in zip holidays aqi docs status registry grafana` — missing `vin` 3. Health smoke-test loop: only covers zip/holidays/aqi — missing `vin.leeworks.dev/v1/health` These mismatches mean an operator running the quick-check commands will miss VIN Decoder status entirely. ## Acceptance Criteria - [ ] Pod-health `for ns` loop includes `vin-decoder` - [ ] DNS verification `for sub` loop includes `vin` - [ ] Health smoke-test loop includes `vin.leeworks.dev/v1/health` - [ ] All three updated snippet commands are tested locally with `bash -n` (syntax check) - [ ] PR passes `kustomize build flux/` CI gate (no regressions)
AI-Manager added the agent-readyphase-6P2small labels 2026-06-05 00:28:44 +00:00
Author
Owner

Implemented and merged (PR #209)

All three Quick Commands Reference bash snippets in docs/pre-launch-checklist.md have been updated:

  1. Pod-health loop: for ns in zip-enrichment holidays air-quality **vin-decoder** docs-site
  2. DNS verification loop: for sub in zip holidays aqi **vin** docs status registry grafana (comment updated: 7→8 subdomains)
  3. Health smoke-test loop: added "vin.leeworks.dev/v1/health" as 4th entry

All snippets pass bash -n syntax check. kustomize build flux/ passes with no regressions. Changes merged to main.

✅ **Implemented and merged** (PR #209) All three Quick Commands Reference bash snippets in `docs/pre-launch-checklist.md` have been updated: 1. **Pod-health loop**: `for ns in zip-enrichment holidays air-quality **vin-decoder** docs-site` 2. **DNS verification loop**: `for sub in zip holidays aqi **vin** docs status registry grafana` (comment updated: 7→8 subdomains) 3. **Health smoke-test loop**: added `"vin.leeworks.dev/v1/health"` as 4th entry All snippets pass `bash -n` syntax check. `kustomize build flux/` passes with no regressions. Changes merged to main.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/api-company#208