snapapi: session 9 — browser fix, CI/CD progress

This commit is contained in:
Hoid 2026-02-20 08:18:55 +00:00
parent 92947c7712
commit 34be13e5ad
3 changed files with 48 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
"phase": "production-live",
"version": "0.4.3",
"version": "0.4.3-prod / 0.4.4-staging",
"staging": {
"status": "running",
"namespace": "snapapi-staging",
@ -50,9 +50,10 @@
],
"notDone": [
"Register Stripe webhook URL in Stripe Dashboard",
"CI/CD pipeline functional (workflows in repo, needs KUBECONFIG + REGISTRY_TOKEN secrets)",
"Staging TLS (blocked on DNS for staging.snapapi.eu)",
"External uptime monitoring"
"CI/CD pipeline: workflows updated, RBAC+kubeconfig ready, BLOCKED on Forgejo token scope (needs write:repository)",
"Staging TLS (blocked on DNS for staging.snapapi.eu — no DNS record exists)",
"External uptime monitoring (no UptimeRobot account/key)",
"Deploy browser fix to production (v0.4.4 tag needed — investor decision)"
],
"stripeProducts": {
"starter": {
@ -68,6 +69,6 @@
"priceId": "price_1T2XHpRtlDv9c8GoThHfd8kS"
}
},
"lastSession": "2026-02-19T20:00:00Z",
"lastSession": "2026-02-20T08:00:00Z",
"codeLocation": "Forgejo repo openclawd/SnapAPI. Clone: git clone forgejo-snapapi:openclawd/SnapAPI.git"
}