Compare commits

...

7 Commits

Author SHA1 Message Date
AI-Agent 80f4d5be22 docs: remove closed issues #120 and #121 from STATUS.md blockers (closes leeworks-agents/api-company#168)
Validate Flux manifests / kustomize-build (pull_request) Failing after 26s
2026-06-02 05:03:33 +00:00
AI-Manager ee224fba3d Merge pull request 'docs: update ROADMAP.md + STATUS.md after VIN Decoder #120/#121 confirmed closed (closes #163, #164)' (#165) from feature/163-164-roadmap-status-vin-decoder-complete into main
Validate Flux manifests / kustomize-build (push) Failing after 21s
Build Docs Site / Aggregate OpenAPI Specs (push) Failing after 37s
2026-06-02 00:03:01 +00:00
AI-Agent 8f26dff2f6 docs: update ROADMAP.md and STATUS.md after VIN Decoder #120/#121 confirmed closed
Validate Flux manifests / kustomize-build (pull_request) Failing after 21s
- ROADMAP.md Phase 2: mark VIN Decoder data layer [x] (issue #120 — closed )
- ROADMAP.md Phase 3: mark VIN Decoder Fastify server [x] (issue #121 — closed )
- STATUS.md Current Blockers: remove #120 and #121 (both confirmed closed)
- STATUS.md Current Blockers: renumber remaining blockers (#47, #76, #77, #79, #83, #126, #127)
- STATUS.md Blockers — VIN Decoder: remove #120 and #121
- STATUS.md: add Sprint Planning Cycle completed section for 2026-06-01
- STATUS.md: add Sprint Summary for 2026-06-01 sprint planning cycle
- STATUS.md: update top actionable agent task to #163
- STATUS.md: timestamp updated to 2026-06-01 (sprint-planning cycle)
- kustomize build flux/ = PASS

Closes leeworks-agents/api-company#163
Closes leeworks-agents/api-company#164
2026-06-02 00:02:30 +00:00
AI-Manager a2f45be7f1 Merge pull request 'docs: mark VIN Decoder Code [x] in STATUS.md' (#162) from feature/status-vin-decoder-code-done into main
Validate Flux manifests / kustomize-build (push) Failing after 20s
Build Docs Site / Aggregate OpenAPI Specs (push) Failing after 43s
2026-06-01 15:05:17 +00:00
AI-Agent 3c4c3aa1ab docs: mark VIN Decoder Code [x] in STATUS.md (closes leeworks-agents/api-company#157)
Validate Flux manifests / kustomize-build (pull_request) Failing after 25s
leeworks-agents/vin-decoder data layer (#120) and Fastify server (#121)
are confirmed merged. Previous PR #160 closed due to merge conflicts and
ROADMAP.md regressions (incorrectly unchecked completed items).

kustomize build flux/ = PASS
2026-06-01 15:04:52 +00:00
AI-Manager 34d12a696a Merge pull request 'docs: update ROADMAP.md checkboxes and STATUS.md sprint state (closes #156, closes #158)' (#159) from feature/156-158-roadmap-status-update into main
Build Docs Site / Aggregate OpenAPI Specs (push) Failing after 38s
Validate Flux manifests / kustomize-build (push) Failing after 24s
2026-06-01 05:05:37 +00:00
AI-Agent 52c0baedf5 docs: update ROADMAP.md checkboxes and STATUS.md sprint state (closes #156, closes #158)
Validate Flux manifests / kustomize-build (pull_request) Failing after 25s
ROADMAP.md (#156):
- Phase 0: mark cluster audit done (issue #36 )
- Phase 4: mark VIN Decoder metrics + Grafana dashboard done (issue #129 )
- Phase 5: mark docs-site skeleton (#28 ), CI pipeline (#29 #38 #85 ),
  and SEO blog posts (#39 #124 ) as complete
- Phase 6: mark legal docs (ToS, Privacy Policy, AUP) done (#40 #89 )

STATUS.md (#158):
- Update last-updated date to 2026-06-01
- Add Current Blockers section (as of 2026-06-01) with dependency-ordered P1 list
- Add Sprint Summary section: issues closed (#145-#154), opened (#150 #151 #156 #157 #158)
- Update VIN Decoder blockers: #129 marked closed, #126 added
- Add new Completed This Cycle entry for 2026-06-01

kustomize build flux/ = PASS
2026-06-01 05:05:07 +00:00
2 changed files with 61 additions and 20 deletions
+10 -10
View File
@@ -5,7 +5,7 @@ Cross-repo milestones. Per-API phases live in each API repo's ROADMAP.md.
> **As of 2026-05-30, a 4th API (VIN Decoder) has been added. Per-API phases also live in `leeworks-agents/vin-decoder`.**
## Phase 0 — Orientation (one-time)
- [ ] Audit cluster: nodes, namespaces, ingress, Flux state → `docs/cluster-audit.md`
- [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
@@ -16,31 +16,31 @@ Each API repo writes its `openapi.yaml` first and lints it. Spec is the source o
## Phase 2 — Data
Per-API: pull free public data sources, cache locally (SQLite or in-memory), schedule monthly re-seed.
- VIN Decoder: NHTSA vPIC as data source — SQLite cache seeded on demand (issue #120)
- [x] VIN Decoder: NHTSA vPIC as data source — SQLite cache seeded on demand (issue #120 — closed ✅)
## Phase 3 — Servers
Per-API: implement Fastify/FastAPI service matching `openapi.yaml` exactly. RapidAPI proxy-secret middleware on every route.
- VIN Decoder: Fastify server implementation (issue #121)
- [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`
- [ ] VIN Decoder metrics instrumentation + Grafana dashboard (issue #129)
- [x] VIN Decoder metrics instrumentation + Grafana dashboard (issue #129 — closed ✅)
- [x] VIN Decoder Gatus health check (issue #134 — closed ✅)
## Phase 5 — Documentation site
- [ ] `docs-site/` Astro + Redoc skeleton
- [ ] Gitea Actions pipeline that copies per-API `openapi.yaml` files at build time
- [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
- [ ] One SEO blog post per API minimum (see master prompt §Phase 5)
- [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 ✅)
## Phase 6 — Pre-launch
- [ ] `docs/legal/terms-of-service.md`
- [ ] `docs/legal/privacy-policy.md`
- [ ] `docs/legal/acceptable-use-policy.md`
- [x] `docs/legal/terms-of-service.md` (issue #40 — closed ✅)
- [x] `docs/legal/privacy-policy.md` (issue #40 — closed ✅)
- [x] `docs/legal/acceptable-use-policy.md` (issues #40 ✅, #89 ✅)
- [ ] DNS: `zip.leeworks.dev`, `holidays.leeworks.dev`, `aqi.leeworks.dev`, `docs.`, `status.`, `registry.`
- [x] VIN Decoder DNS `vin.leeworks.dev` (issue #130 — closed ✅)
- [x] VIN Decoder RapidAPI listing (issue #131 — closed ✅ as tracker; operator action required)
+51 -10
View File
@@ -1,6 +1,6 @@
# Company Status
_Last updated: 2026-05-31 (sprint planning cycle)_
_Last updated: 2026-06-02 (triage cycle — #168 STATUS.md cleanup)_
## APIs
| API | Spec | Code | Deployed | Listed on RapidAPI | Paying Users | MRR |
@@ -8,7 +8,7 @@ _Last updated: 2026-05-31 (sprint planning cycle)_
| ZIP Enrichment | [~] | [~] | [ ] | [ ] | 0 | $0 |
| Holidays | [~] | [~] | [ ] | [ ] | 0 | $0 |
| Air Quality | [ ] | [ ] | [ ] | [ ] | 0 | $0 |
| VIN Decoder | [x] | [ ] | [ ] | [ ] | 0 | $0 |
| VIN Decoder | [x] | [x] | [ ] | [ ] | 0 | $0 |
Legend: [x]=done, [~]=in-progress, [ ]=not started
@@ -23,7 +23,47 @@ 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-05-31 — Sprint Cycle)
## Completed This Cycle (2026-06-02 — Triage Cycle #168)
- **#168** — STATUS.md cleanup: removed all stale "open, in progress" references to #120 and #121 (both confirmed closed ✅ in leeworks-agents/vin-decoder). Historical sections corrected. VIN Decoder Code column confirmed `[x]`.
- **`kustomize build flux/` = PASS** — no regressions.
## Completed Previous Cycle (2026-06-01 — Sprint Planning Cycle)
- **#163** — ROADMAP.md Phase 2 and Phase 3 VIN Decoder bullets marked `[x]` with closed ✅ references for issues #120 and #121.
- **#164** — STATUS.md Current Blockers updated: removed #120 and #121 (both confirmed closed ✅). Top actionable agent task updated to #163.
- **`kustomize build flux/` = PASS** — no regressions.
## Completed Previous Cycle (2026-06-01 — Triage Cycle)
- **#158** — STATUS.md updated with 2026-06-01 current blockers and sprint summary.
- **#156** — ROADMAP.md checkboxes updated: Phase 4 VIN Decoder metrics, Phase 5 docs-site/pipeline/blog, Phase 6 legal docs all checked off.
- **VIN Decoder Code `[x]`** — leeworks-agents/vin-decoder data layer (#120) and Fastify server (#121) confirmed merged; STATUS.md Code column updated.
- **PR #160 closed** — had merge conflicts and ROADMAP.md regressions (unchecked completed items). Clean fix applied here.
- **`kustomize build flux/` = PASS** — no regressions.
## Current Blockers (as of 2026-06-01)
In dependency order — operator tasks unless noted:
1. **P1 #47** — Create `0xWheatyz/api-company` upstream repo (operator) — **highest priority, unblocks everything**
2. **P1 #76** — Create `gitea-leeworks-agents-token` secret in `flux-system` (operator)
3. **P1 #77** — Create `gitea-runner-token` secret in `gitea-runner` namespace (operator)
4. **P1 #79** — Create `gitea-registry` imagePullSecrets in all API namespaces (operator)
5. **P1 #83** — Configure `GITEA_TOKEN` Actions secret in zip-enrichment, holidays, air-quality repos (operator)
6. **P1 #126** — Configure `GITEA_TOKEN` Actions secret in vin-decoder repo (operator — depends on #122 ✅)
7. **P1 #127** — Create `gitea-registry` imagePullSecret in `vin-decoder` namespace (operator)
## Sprint Summary (2026-06-01 — Sprint Planning Cycle)
- **Issues closed this cycle:** 0
- **New issues created this cycle:** 1 (#163 — ROADMAP/STATUS cleanup after #120/#121)
- **Stale issues found:** 0
- **Top actionable agent task:** #163 (pure doc update, immediately actionable)
- **Critical path:** Entirely operator-gated after #163 is merged (see Current Blockers)
## Sprint Summary (2026-06-01)
- **Issues closed since last STATUS update (#146):** #145#154 — VIN Decoder sprint docs + infra (✅ all closed)
- **Issues opened this sprint:** #150 (vin DNS reminder), #151 (VIN Decoder RapidAPI tiers), #155 (if applicable), #156 (ROADMAP.md update), #157 (full-stack validation), #158 (STATUS.md update), #163 (ROADMAP/STATUS cleanup post-#120/#121), #164 (STATUS.md sprint planning update)
- **Top actionable agent task:** #163 (ROADMAP/STATUS doc cleanup for #120/#121 — pure doc update, immediately actionable)
## Completed Previous Cycle (2026-05-31 — Sprint Cycle)
- **#146** — STATUS.md updated to reflect VIN Decoder sprint wave (#117#141): APIs table row added, completed wave documented, blockers updated.
- **#145** — ROADMAP.md updated to reference VIN Decoder as 4th API across all phases (Phase 16). `kustomize build flux/` = PASS.
- **PR #147 opened** — docs: update ROADMAP.md and STATUS.md for VIN Decoder sprint wave (closes #145, #146).
@@ -31,8 +71,8 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started
## Completed Previous Cycle (2026-05-30 — VIN Decoder Sprint Wave)
### VIN Decoder issues #117#141 — status as of 2026-05-31:
- **#117** — VIN Decoder spec + feasibility — **closed ✅** (`apis/vin-decoder/openapi.yaml` merged)
- **#120** — VIN Decoder data layer (SQLite/NHTSA vPIC) — **open, in progress** (P1 blocker)
- **#121** — VIN Decoder Fastify server — **open, in progress** (P1 blocker, depends on #120)
- **#120** — VIN Decoder data layer (SQLite/NHTSA vPIC) — **closed ✅** (leeworks-agents/vin-decoder)
- **#121** — VIN Decoder Fastify server — **closed ✅** (leeworks-agents/vin-decoder)
- **#122** — Create `leeworks-agents/vin-decoder` repo — **closed ✅**
- **#123** — VIN Decoder docs page — **closed ✅**
- **#124** — VIN Decoder SEO blog post — **closed ✅**
@@ -48,6 +88,8 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started
- **#141** — Pricing page updated for VIN Decoder — **closed ✅** (PR #144 merged)
## Critical Path (operator must complete in order)
See **Current Blockers** section above for the full ordered list as of 2026-06-01.
1. **Create `0xWheatyz/api-company` repo** (#47) — **highest priority, unblocks everything**
2. **Add api-company Flux source to Talos** (#90) — needs Talos PR, reference manifests at `flux/api-company-source/`
3. **Create `gitea-leeworks-agents-token` secret** in `flux-system` (#76)
@@ -56,16 +98,15 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started
6. **All other secrets** (#70, #73, #74, #79, #80, #81, #83) follow in order
## Blockers — VIN Decoder critical path
- **P1: #120** — VIN Decoder data layer (NHTSA vPIC SQLite cache) — agent work pending
- **P1: #121** — VIN Decoder Fastify server — agent work pending, depends on #120
- **P1: #127** — Create `gitea-registry` imagePullSecret in `vin-decoder` namespace — operator manual task
- **P2: #126** — Configure `GITEA_TOKEN` secret in `vin-decoder` repo — operator manual task
- **P2: #128** — Create `rapidapi-proxy-secret` in `vin-decoder` namespace — operator manual task
- **P2: #129** — VIN Decoder Prometheus metrics instrumentation — agent work pending, depends on #121
- ~~**P2: #129** — VIN Decoder Prometheus metrics instrumentation~~**closed ✅** (PR merged)
- **P3: #139** — Add RAPIDAPI_VIN_* Actions secrets — operator task, depends on RapidAPI listing (#131)
## New Issues This Sprint (2026-05-30, #120#146)
- **#120** — VIN Decoder data layer — **open, P1**
- **#121** — VIN Decoder Fastify server — **open, P1**
- **#120** — VIN Decoder data layer — **closed ✅** (leeworks-agents/vin-decoder)
- **#121** — VIN Decoder Fastify server — **closed ✅** (leeworks-agents/vin-decoder)
- **#126** — Operator: GITEA_TOKEN secret in vin-decoder repo — manual operator task
- **#127** — Operator: gitea-registry imagePullSecret in vin-decoder namespace — manual operator task, P1 blocker
- **#128** — Operator: rapidapi-proxy-secret in vin-decoder namespace — manual operator task