Compare commits

...

4 Commits

Author SHA1 Message Date
AI-Agent b88ac14e58 docs: update STATUS.md for 2026-06-08 triage cycle #237
Validate Flux manifests / kustomize-build (pull_request) Failing after 25s
2026-06-08 05:02:23 +00:00
AI-Manager 8fdd2a1edf Merge pull request 'docs: fix STATUS.md Current Blockers — replace closed #174 with open #231' (#236) from feature/fix-status-md-blocker-235 into main
Build Docs Site / Aggregate OpenAPI Specs (push) Failing after 47s
Validate Flux manifests / kustomize-build (push) Failing after 22s
2026-06-07 20:03:12 +00:00
AI-Agent c8271db1ec docs: fix STATUS.md Current Blockers — replace closed #174 with open #231
Validate Flux manifests / kustomize-build (pull_request) Failing after 9s
Issue #174 (VIN Decoder metrics instrumentation) is closed .
Replace stale reference in Current Blockers with open issue #231
(Verify VIN Decoder metrics endpoint and ServiceMonitor scrape config
in live cluster), which correctly tracks the outstanding verification
work. Also bump the 'as of' date to 2026-06-07.

kustomize build flux/ = PASS

Closes leeworks-agents/api-company#235
2026-06-07 20:02:42 +00:00
AI-Manager 7adcc9a524 Merge pull request 'fix: update ROADMAP.md stale issue reference #174#231 (issue #233)' (#234) from feature/fix-roadmap-issue-233 into main
Validate Flux manifests / kustomize-build (push) Failing after 17s
Build Docs Site / Aggregate OpenAPI Specs (push) Failing after 41s
2026-06-07 15:01:55 +00:00
+17 -4
View File
@@ -1,6 +1,6 @@
# Company Status
_Last updated: 2026-06-07_
_Last updated: 2026-06-08_
## APIs
| API | Spec | Code | Deployed | Listed on RapidAPI | Paying Users | MRR |
@@ -24,7 +24,20 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started
- **VIN Decoder manifests:** `flux/vin-decoder/` — Flux HelmRelease + Kustomization committed (issue #140)
- **Alertmanager:** `flux/monitoring/helmrelease.yaml` — enabled with Slack receiver config (`gatus-slack-webhook` secret); PR #212 open (issue #210)
## Completed This Cycle (2026-06-07 — Triage Cycle #232)
## Completed This Cycle (2026-06-08 — Triage Cycle #237)
- **Triage** — All 28 open `agent-ready` issues reviewed and commented with current status (2026-06-08).
- **All issues confirmed blocked** on the same critical-path operator tasks: #47 (create `0xWheatyz/api-company`), #218 (merge Talos PR #14), #33/#106/#150 (DNS).
- **No agent-implementable work found** — all open issues are either manual operator tasks or gated on Flux/cluster activation; kubectl unreachable from agent environment.
- **28 issues triaged** — status comments posted on all open `agent-ready` issues.
- **0 new issues created** — no gaps found; all ROADMAP items remain grounded in open issues.
- **0 issues closed** — no stale issues; oldest open issue is #3 from 2026-05-18 (21 days < 30-day threshold).
- **0 label changes** — all existing labels correct.
- **0 open PRs** — nothing to review or merge.
- **`kustomize build flux/` = PASS** — no manifest regressions.
- **Critical path unchanged:** (1) Operator creates `0xWheatyz/api-company` (#47), (2) Operator merges `0xWheatyz/Talos` PR #14 (#218), (3) Operator configures DNS for all 8 subdomains (#33, #106, #150).
## Completed Previous Cycle (2026-06-07 — Triage Cycle #232)
- **Triage** — All 28 open `agent-ready` issues reviewed and commented with current status (2026-06-07).
- **All issues confirmed blocked** on the same critical-path operator tasks: #47 (create `0xWheatyz/api-company`), #218 (merge Talos PR #14), #33/#106/#150 (DNS).
@@ -203,7 +216,7 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started
- **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-06)
## Current Blockers (as of 2026-06-07)
In dependency order — operator tasks unless noted:
@@ -217,7 +230,7 @@ In dependency order — operator tasks unless noted:
8. **P1 #218** — Operator: merge 0xWheatyz/Talos upstream PR #14 to activate Flux GitOps for api-company — Fork PR #399 already MERGED to leeworks-agents/Talos; upstream PR #14 is the critical gate; unblocks #2, #3, #4, #66 chain (replaces closed #187 and #90)
10. **P2 #80** — Create `gitea-image-automation-token` secret in `flux-system` namespace (operator) — enables Flux image automation
11. **P2 #173** — Create ESO source secrets in `external-secrets` namespace for RapidAPI proxy-secret syncing (operator) — blocks ESO sync
12. **P2 #174** — VIN Decoder metrics instrumentation in `leeworks-agents/vin-decoder` repo (agent task, depends on #18 deploy)
12. **P2 #231** Verify VIN Decoder metrics endpoint and ServiceMonitor scrape config in live cluster (depends on #218 — Flux must be active first)
13. **P2 #178** — Validate ESO HelmRelease deployment and ExternalSecret sync for all 4 API namespaces (depends on #173 + Flux active)
14. **P2 #179** — Execute extended full-stack Flux validation checklist including VIN Decoder (depends on #126, #127, #128)