Compare commits

...

6 Commits

Author SHA1 Message Date
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
AI-Manager e0c70b861a Merge pull request '[Phase 4] feat: extend monitoring to include VIN Decoder API' (#152) from feature/129-vin-decoder-metrics into main
Validate Flux manifests / kustomize-build (push) Failing after 8s
Build Docs Site / Aggregate OpenAPI Specs (push) Failing after 44s
2026-06-01 00:05:51 +00:00
AI-Manager 10323a2874 Merge pull request '[Phase 0] docs: add VIN Decoder namespace steps to operator-runbook.md' (#155) from feature/154-runbook-vin-decoder into main
Build Docs Site / Aggregate OpenAPI Specs (push) Failing after 39s
Validate Flux manifests / kustomize-build (push) Failing after 21s
2026-06-01 00:05:35 +00:00
AI-Agent edcef75418 docs: add VIN Decoder namespace steps to operator runbook
Validate Flux manifests / kustomize-build (pull_request) Failing after 25s
Adds a dedicated Phase 4-A section to docs/operator-runbook.md covering
all four operator manual tasks needed to bring up the VIN Decoder namespace:

- Step 4A-1: Create vin-decoder namespace
- Step 4A-2: gitea-registry imagePullSecret in vin-decoder (issue #127)
- Step 4A-3: rapidapi-proxy-secret placeholder in vin-decoder (issue #128)
- Step 4A-4: GITEA_TOKEN Actions secret in vin-decoder repo (issue #126)
- Step 4A-5: RAPIDAPI_VIN_API_ID + RAPIDAPI_VIN_VERSION_ID Actions secrets (issue #139)

Also updates:
- Phase 3 Step 3-A: adds leeworks-agents/vin-decoder to the GITEA_TOKEN repo list
- Phase 4 DNS table: adds vin.leeworks.dev as the 8th subdomain (issue #150)
- Phase 5 rapidapi-proxy-secret block: adds vin-decoder command
- Phase 5: adds VIN Decoder pricing tier table (issue #151)
- Dependency Summary: reflects VIN Decoder additions throughout

Commands are consistent with docs/secrets-checklist.md items #11-#13.
kustomize build flux/ still passes.

Closes leeworks-agents/api-company#154
2026-06-01 00:05:01 +00:00
3 changed files with 147 additions and 19 deletions
+8 -8
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`.** > **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) ## 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` - [ ] Add Flux GitRepository + Kustomization watching `leeworks-agents/api-company`
- [ ] Deploy `gitea-act-runner` in cluster via Flux HelmRelease (`flux/gitea-runner/`) - [ ] 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 - [ ] Stand up `registry.leeworks.dev` (container registry) — required before any API CI works
@@ -26,21 +26,21 @@ Per-API: implement Fastify/FastAPI service matching `openapi.yaml` exactly. Rapi
- [ ] Prometheus + Grafana via Flux HelmRelease (`flux/monitoring/`) - [ ] Prometheus + Grafana via Flux HelmRelease (`flux/monitoring/`)
- [ ] Gatus public status page at `status.leeworks.dev` - [ ] Gatus public status page at `status.leeworks.dev`
- [ ] Instrument every API with `api_requests_total`, `api_response_duration_seconds`, `api_data_freshness_seconds` - [ ] 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 ✅) - [x] VIN Decoder Gatus health check (issue #134 — closed ✅)
## Phase 5 — Documentation site ## Phase 5 — Documentation site
- [ ] `docs-site/` Astro + Redoc skeleton - [x] `docs-site/` Astro + Redoc skeleton (issue #28 — closed ✅)
- [ ] Gitea Actions pipeline that copies per-API `openapi.yaml` files at build time - [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
- [ ] 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 docs page (issue #123 — closed ✅)
- [x] VIN Decoder SEO blog post (issue #124 — closed ✅) - [x] VIN Decoder SEO blog post (issue #124 — closed ✅)
## Phase 6 — Pre-launch ## Phase 6 — Pre-launch
- [ ] `docs/legal/terms-of-service.md` - [x] `docs/legal/terms-of-service.md` (issue #40 — closed ✅)
- [ ] `docs/legal/privacy-policy.md` - [x] `docs/legal/privacy-policy.md` (issue #40 — closed ✅)
- [ ] `docs/legal/acceptable-use-policy.md` - [x] `docs/legal/acceptable-use-policy.md` (issues #40 ✅, #89 ✅)
- [ ] DNS: `zip.leeworks.dev`, `holidays.leeworks.dev`, `aqi.leeworks.dev`, `docs.`, `status.`, `registry.` - [ ] 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 DNS `vin.leeworks.dev` (issue #130 — closed ✅)
- [x] VIN Decoder RapidAPI listing (issue #131 — closed ✅ as tracker; operator action required) - [x] VIN Decoder RapidAPI listing (issue #131 — closed ✅ as tracker; operator action required)
+33 -4
View File
@@ -1,6 +1,6 @@
# Company Status # Company Status
_Last updated: 2026-05-31 (sprint planning cycle)_ _Last updated: 2026-06-01 (triage cycle — second pass)_
## APIs ## APIs
| API | Spec | Code | Deployed | Listed on RapidAPI | Paying Users | MRR | | 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 | | ZIP Enrichment | [~] | [~] | [ ] | [ ] | 0 | $0 |
| Holidays | [~] | [~] | [ ] | [ ] | 0 | $0 | | Holidays | [~] | [~] | [ ] | [ ] | 0 | $0 |
| Air Quality | [ ] | [ ] | [ ] | [ ] | 0 | $0 | | Air Quality | [ ] | [ ] | [ ] | [ ] | 0 | $0 |
| VIN Decoder | [x] | [ ] | [ ] | [ ] | 0 | $0 | | VIN Decoder | [x] | [x] | [ ] | [ ] | 0 | $0 |
Legend: [x]=done, [~]=in-progress, [ ]=not started Legend: [x]=done, [~]=in-progress, [ ]=not started
@@ -23,6 +23,32 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started
- **Image automation:** `flux/image-automation/` — ImageRepository + ImagePolicy + ImageUpdateAutomation for all three APIs - **Image automation:** `flux/image-automation/` — ImageRepository + ImagePolicy + ImageUpdateAutomation for all three APIs
- **VIN Decoder manifests:** `flux/vin-decoder/` — Flux HelmRelease + Kustomization committed (issue #140) - **VIN Decoder manifests:** `flux/vin-decoder/` — Flux HelmRelease + Kustomization committed (issue #140)
## Completed This 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 #120** — VIN Decoder data layer — SQLite cache seeded from NHTSA vPIC (**agent — actionable now, not blocked**)
7. **P1 #121** — VIN Decoder Fastify server implementation (agent — depends on #120)
8. **P1 #126** — Configure `GITEA_TOKEN` Actions secret in vin-decoder repo (operator — depends on #122 ✅)
9. **P1 #127** — Create `gitea-registry` imagePullSecret in `vin-decoder` namespace (operator)
## 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)
- **Top actionable agent task:** VIN Decoder code work — #120 (data layer) then #121 (Fastify server)
## Completed This Cycle (2026-05-31 — Sprint Cycle) ## Completed This 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. - **#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. - **#145** — ROADMAP.md updated to reference VIN Decoder as 4th API across all phases (Phase 16). `kustomize build flux/` = PASS.
@@ -48,6 +74,8 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started
- **#141** — Pricing page updated for VIN Decoder — **closed ✅** (PR #144 merged) - **#141** — Pricing page updated for VIN Decoder — **closed ✅** (PR #144 merged)
## Critical Path (operator must complete in order) ## 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** 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/` 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) 3. **Create `gitea-leeworks-agents-token` secret** in `flux-system` (#76)
@@ -56,11 +84,12 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started
6. **All other secrets** (#70, #73, #74, #79, #80, #81, #83) follow in order 6. **All other secrets** (#70, #73, #74, #79, #80, #81, #83) follow in order
## Blockers — VIN Decoder critical path ## Blockers — VIN Decoder critical path
- **P1: #120** — VIN Decoder data layer (NHTSA vPIC SQLite cache) — agent work pending - **P1: #120** — VIN Decoder data layer (NHTSA vPIC SQLite cache) — **agent work, actionable now**
- **P1: #121** — VIN Decoder Fastify server — agent work pending, depends on #120 - **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 - **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: #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) - **P3: #139** — Add RAPIDAPI_VIN_* Actions secrets — operator task, depends on RapidAPI listing (#131)
## New Issues This Sprint (2026-05-30, #120#146) ## New Issues This Sprint (2026-05-30, #120#146)
+106 -7
View File
@@ -2,7 +2,7 @@
**Audience:** Human operator (0xWheatyz) **Audience:** Human operator (0xWheatyz)
**Purpose:** Ordered, copy-paste-ready guide to bring the full `api-company` stack live. **Purpose:** Ordered, copy-paste-ready guide to bring the full `api-company` stack live.
**Last updated:** 2026-05-26 **Last updated:** 2026-06-01
**Closes:** leeworks-agents/api-company#50 **Closes:** leeworks-agents/api-company#50
--- ---
@@ -165,6 +165,7 @@ Repos to configure:
- `leeworks-agents/zip-enrichment` - `leeworks-agents/zip-enrichment`
- `leeworks-agents/holidays` - `leeworks-agents/holidays`
- `leeworks-agents/air-quality` - `leeworks-agents/air-quality`
- `leeworks-agents/vin-decoder` (see also Phase 4-A Step 4)
**For each repo:** Repo → Settings → Actions → Secrets → Add Secret **For each repo:** Repo → Settings → Actions → Secrets → Add Secret
- **Name:** `GITEA_TOKEN` - **Name:** `GITEA_TOKEN`
@@ -186,9 +187,9 @@ kubectl create secret generic gitea-image-automation-token \
--- ---
## Phase 4 — DNS for API services (issue #33) ## Phase 4 — DNS for API services (issues #33, #106, #150)
Add DNS A records for all seven leeworks.dev subdomains (all point to the same Add DNS A records for **all eight** leeworks.dev subdomains (all point to the same
cluster ingress IP): cluster ingress IP):
| Hostname | Target | | Hostname | Target |
@@ -196,6 +197,7 @@ cluster ingress IP):
| `zip.leeworks.dev` | `<cluster ingress IP>` | | `zip.leeworks.dev` | `<cluster ingress IP>` |
| `holidays.leeworks.dev` | `<cluster ingress IP>` | | `holidays.leeworks.dev` | `<cluster ingress IP>` |
| `aqi.leeworks.dev` | `<cluster ingress IP>` | | `aqi.leeworks.dev` | `<cluster ingress IP>` |
| `vin.leeworks.dev` | `<cluster ingress IP>` |
| `docs.leeworks.dev` | `<cluster ingress IP>` | | `docs.leeworks.dev` | `<cluster ingress IP>` |
| `grafana.leeworks.dev` | `<cluster ingress IP>` | | `grafana.leeworks.dev` | `<cluster ingress IP>` |
| `status.leeworks.dev` | `<cluster ingress IP>` | | `status.leeworks.dev` | `<cluster ingress IP>` |
@@ -204,7 +206,7 @@ cluster ingress IP):
Verify DNS propagation: Verify DNS propagation:
```bash ```bash
for host in zip holidays aqi docs grafana status registry; do for host in zip holidays aqi vin docs grafana status registry; do
echo -n "${host}.leeworks.dev: " echo -n "${host}.leeworks.dev: "
dig ${host}.leeworks.dev +short dig ${host}.leeworks.dev +short
done done
@@ -215,6 +217,76 @@ propagates (typically minutes, up to 48 h).
--- ---
---
## Phase 4-A — VIN Decoder namespace setup (issues #126, #127, #128, #139)
Before VIN Decoder pods can start, the following manual steps are required.
Do these alongside Phase 3 (they are independent of the DNS batch):
### Step 4A-1 — Create `vin-decoder` namespace
```bash
kubectl create namespace vin-decoder --dry-run=client -o yaml | kubectl apply -f -
```
### Step 4A-2 — Create `gitea-registry` imagePullSecret in `vin-decoder` namespace (issue #127)
Reuse the same Gitea token with `read:packages` scope from secrets checklist item #8.
```bash
kubectl create secret docker-registry gitea-registry \
--namespace=vin-decoder \
--docker-server=registry.leeworks.dev \
--docker-username=leeworks-agents \
--docker-password=<GITEA_TOKEN_WITH_READ_PACKAGES> \
--docker-email=agent@leeworks.dev
```
Verify:
```bash
kubectl get secret gitea-registry -n vin-decoder -o jsonpath='{.type}'
# Expected: kubernetes.io/dockerconfigjson
```
### Step 4A-3 — Create `rapidapi-proxy-secret` in `vin-decoder` namespace (issue #128)
**Now (placeholder — unblocks deploy testing):**
```bash
kubectl create secret generic rapidapi-proxy-secret \
--namespace=vin-decoder \
--from-literal=X-RapidAPI-Proxy-Secret=PLACEHOLDER_REPLACE_AFTER_RAPIDAPI_LISTING
```
**After VIN Decoder is listed on RapidAPI (Phase 5), update with real secret:**
```bash
kubectl create secret generic rapidapi-proxy-secret \
-n vin-decoder \
--from-literal=X-RapidAPI-Proxy-Secret=<VIN_RAPIDAPI_PROXY_SECRET> \
--save-config --dry-run=client -o yaml | kubectl apply -f -
```
### Step 4A-4 — Add `GITEA_TOKEN` Actions secret to `leeworks-agents/vin-decoder` repo (issue #126)
Gitea → `leeworks-agents/vin-decoder` → Settings → Secrets and Variables → Actions
- **Name:** `GITEA_TOKEN`
- **Value:** Gitea personal access token with `write:packages` scope
Verify it appears in the repo's Actions Secrets list before the next push to `main`.
### Step 4A-5 — Add RapidAPI VIN secrets to `leeworks-agents/api-company` Actions (issue #139)
> **Blocked** — requires VIN Decoder to be listed on RapidAPI first (issue #131 tracker; operator action required).
Once the VIN Decoder listing is live:
Gitea → `leeworks-agents/api-company` → Settings → Secrets and Variables → Actions
| Secret name | Where to find it |
|---------------------------|------------------|
| `RAPIDAPI_VIN_API_ID` | RapidAPI dashboard → VIN Decoder listing → Overview |
| `RAPIDAPI_VIN_VERSION_ID` | RapidAPI dashboard → VIN Decoder listing → Versions tab |
## Phase 5 — RapidAPI + PayPal (issue #44, #19) ## Phase 5 — RapidAPI + PayPal (issue #44, #19)
> **Blocked on operator being 18+ for PayPal.** Complete when eligible. > **Blocked on operator being 18+ for PayPal.** Complete when eligible.
@@ -241,8 +313,25 @@ kubectl create secret generic rapidapi-proxy-secret \
kubectl create secret generic rapidapi-proxy-secret \ kubectl create secret generic rapidapi-proxy-secret \
-n air-quality \ -n air-quality \
--from-literal=X-RapidAPI-Proxy-Secret=<VALUE> --from-literal=X-RapidAPI-Proxy-Secret=<VALUE>
# vin-decoder (updates the placeholder secret from Phase 4-A Step 3)
kubectl create secret generic rapidapi-proxy-secret \
-n vin-decoder \
--from-literal=X-RapidAPI-Proxy-Secret=<VIN_VALUE> \
--save-config --dry-run=client -o yaml | kubectl apply -f -
``` ```
Also configure VIN Decoder pricing tiers on RapidAPI (issue #151):
| Tier | Monthly Price | Request Limit | Rate Limit |
|-------|---------------|----------------|-------------|
| Free | $0 | 100 req/mo | 5 req/min |
| Basic | $9 | 5,000 req/mo | 60 req/min |
| Pro | $19 | 20,000 req/mo | 200 req/min |
| Ultra | $49 | 100,000 req/mo | 500 req/min |
Confirm VIN Decoder revenue flows through the same PayPal account as the other 3 APIs.
--- ---
## Quick Verification Checklist ## Quick Verification Checklist
@@ -287,12 +376,22 @@ Phase 2: Service secrets (runner-token, grafana-admin, gatus-webhook, registry)
Phase 3: CI secrets + image-automation token Phase 3: CI secrets + image-automation token
└─► images build, push, and auto-update → API services deploy └─► images build, push, and auto-update → API services deploy
(includes leeworks-agents/vin-decoder GITEA_TOKEN — Step 3-A)
Phase 4: DNS records Phase 4: DNS records (8 subdomains including vin.leeworks.dev)
└─► HTTPS certs issued → public URLs go live └─► HTTPS certs issued → public URLs go live
Phase 5: RapidAPI + PayPal Phase 4-A: VIN Decoder namespace setup (#126, #127, #128)
└─► revenue enabled 4A-1: vin-decoder namespace created
4A-2: gitea-registry imagePullSecret in vin-decoder (#127)
4A-3: rapidapi-proxy-secret placeholder in vin-decoder (#128)
4A-4: GITEA_TOKEN Actions secret in vin-decoder repo (#126)
4A-5: RAPIDAPI_VIN_API_ID + RAPIDAPI_VIN_VERSION_ID Actions secrets (#139)
[blocked on VIN Decoder RapidAPI listing]
└─► VIN Decoder pods start; CI can push images
Phase 5: RapidAPI + PayPal (all 4 APIs including VIN Decoder; issue #151)
└─► revenue enabled for all 4 APIs
``` ```
--- ---