docs: add issue cross-references to ROADMAP.md and update STATUS.md
Validate Flux manifests / kustomize-build (pull_request) Failing after 26s

- Phase 0 unchecked items now link to #2, #3, #4
- Phase 4 unchecked items now link to #7, #8, #27
- Phase 5 unchecked item now links to #30
- STATUS.md Last updated set to 2026-06-02
- STATUS.md new Completed This Cycle entry for 2026-06-02 Sprint Planning Cycle

Closes leeworks-agents/api-company#171
Closes leeworks-agents/api-company#170
kustomize build flux/ = PASS
This commit is contained in:
AI-Agent
2026-06-02 10:02:53 +00:00
parent e228f61c21
commit b4460ad818
2 changed files with 17 additions and 10 deletions
+7 -7
View File
@@ -6,9 +6,9 @@ Cross-repo milestones. Per-API phases live in each API repo's ROADMAP.md.
## Phase 0 — Orientation (one-time)
- [x] Audit cluster: nodes, namespaces, ingress, Flux state → `docs/cluster-audit.md` (issue #36 — closed ✅)
- [ ] Add Flux GitRepository + Kustomization watching `leeworks-agents/api-company`
- [ ] Deploy `gitea-act-runner` in cluster via Flux HelmRelease (`flux/gitea-runner/`)
- [ ] Stand up `registry.leeworks.dev` (container registry) — required before any API CI works
- [ ] Add Flux GitRepository + Kustomization watching `leeworks-agents/api-company` — issue #2
- [ ] Deploy `gitea-act-runner` in cluster via Flux HelmRelease (`flux/gitea-runner/`) — issue #3
- [ ] Stand up `registry.leeworks.dev` (container registry) — required before any API CI works — issue #4
## Phase 1 — API Contracts
Each API repo writes its `openapi.yaml` first and lints it. Spec is the source of truth.
@@ -23,16 +23,16 @@ Per-API: implement Fastify/FastAPI service matching `openapi.yaml` exactly. Rapi
- [x] VIN Decoder: Fastify server implementation (issue #121 — closed ✅)
## Phase 4 — Monitoring
- [ ] Prometheus + Grafana via Flux HelmRelease (`flux/monitoring/`)
- [ ] Gatus public status page at `status.leeworks.dev`
- [ ] Instrument every API with `api_requests_total`, `api_response_duration_seconds`, `api_data_freshness_seconds`
- [ ] Prometheus + Grafana via Flux HelmRelease (`flux/monitoring/`) — issue #7
- [ ] Gatus public status page at `status.leeworks.dev` — issue #8
- [ ] Instrument every API with `api_requests_total`, `api_response_duration_seconds`, `api_data_freshness_seconds` — issue #27
- [x] VIN Decoder metrics instrumentation + Grafana dashboard (issue #129 — closed ✅)
- [x] VIN Decoder Gatus health check (issue #134 — closed ✅)
## Phase 5 — Documentation site
- [x] `docs-site/` Astro + Redoc skeleton (issue #28 — closed ✅)
- [x] Gitea Actions pipeline that copies per-API `openapi.yaml` files at build time (issues #29 ✅, #38 ✅, #85 ✅)
- [ ] Deploy to `docs.leeworks.dev` via Flux
- [ ] Deploy to `docs.leeworks.dev` via Flux — issue #30
- [x] One SEO blog post per API minimum (issues #39 ✅ — ZIP/Holidays/AirQuality, #124 ✅ — VIN Decoder)
- [x] VIN Decoder docs page (issue #123 — closed ✅)
- [x] VIN Decoder SEO blog post (issue #124 — closed ✅)