diff --git a/STATUS.md b/STATUS.md index f5610e4..2390c45 100644 --- a/STATUS.md +++ b/STATUS.md @@ -5,8 +5,8 @@ _Last updated: 2026-06-03_ ## APIs | API | Spec | Code | Deployed | Listed on RapidAPI | Paying Users | MRR | |----------------|------|------|----------|--------------------|--------------|-----| -| ZIP Enrichment | [~] | [~] | [ ] | [ ] | 0 | $0 | -| Holidays | [~] | [~] | [ ] | [ ] | 0 | $0 | +| ZIP Enrichment | [x] | [x] | [ ] | [ ] | 0 | $0 | +| Holidays | [x] | [x] | [ ] | [ ] | 0 | $0 | | Air Quality | [x] | [x] | [ ] | [ ] | 0 | $0 | | VIN Decoder | [x] | [x] | [ ] | [ ] | 0 | $0 | @@ -23,7 +23,13 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started - **Image automation:** `flux/image-automation/` — ImageRepository + ImagePolicy + ImageUpdateAutomation for all three APIs - **VIN Decoder manifests:** `flux/vin-decoder/` — Flux HelmRelease + Kustomization committed (issue #140) -## Completed This Cycle (2026-06-03 — Sprint Planning Cycle) +## Completed This Cycle (2026-06-03 — Audit Cycle #190/#191) + +- **#190** — ZIP Enrichment API audit complete: `openapi.yaml` present at repo root (57 KB, OpenAPI 3.0.3); server entry point `src/server.js`; all routes confirmed implemented; `X-RapidAPI-Proxy-Secret` preHandler middleware on all routes except `/health`; `/metrics` Prometheus endpoint present; STATUS.md ZIP Enrichment Spec and Code rows updated to `[x]`. Closes leeworks-agents/api-company#190. +- **#191** — Holidays API audit complete: `openapi.yaml` present at repo root (13 KB, OpenAPI 3.0.3); server entry point `src/server.js`; all routes confirmed implemented; `X-RapidAPI-Proxy-Secret` preHandler middleware on all routes except `/health` and `/metrics`; `/metrics` Prometheus endpoint present (issue #180 confirmed done); STATUS.md Holidays Spec and Code rows updated to `[x]`. Closes leeworks-agents/api-company#191. +- **`kustomize build flux/` = PASS** — no regressions confirmed. + +## Completed Previous Cycle (2026-06-03 — Sprint Planning Cycle) - **#188** — STATUS.md updated for 2026-06-03 sprint planning cycle (this entry). Last updated date set to 2026-06-03. - **#187** — Talos PR for api-company Flux source manifests: PR #399 on `leeworks-agents/Talos` confirmed valid; upstream deploy PR created targeting `0xWheatyz/Talos`.