[Phase 6] Fix pre-launch-checklist.md quick-command snippets to include vin-decoder #208
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The checklist body in
docs/pre-launch-checklist.mdcorrectly covers VIN Decoder across DNS/TLS and functional-verification sections, but the Quick Commands Reference bash snippets at the bottom omitvin-decoderin three places:for ns in zip-enrichment holidays air-quality docs-site— missingvin-decoderfor sub in zip holidays aqi docs status registry grafana— missingvinvin.leeworks.dev/v1/healthThese mismatches mean an operator running the quick-check commands will miss VIN Decoder status entirely.
Acceptance Criteria
for nsloop includesvin-decoderfor subloop includesvinvin.leeworks.dev/v1/healthbash -n(syntax check)kustomize build flux/CI gate (no regressions)✅ Implemented and merged (PR #209)
All three Quick Commands Reference bash snippets in
docs/pre-launch-checklist.mdhave been updated:for ns in zip-enrichment holidays air-quality **vin-decoder** docs-sitefor sub in zip holidays aqi **vin** docs status registry grafana(comment updated: 7→8 subdomains)"vin.leeworks.dev/v1/health"as 4th entryAll snippets pass
bash -nsyntax check.kustomize build flux/passes with no regressions. Changes merged to main.