Clean CEO memory: remove old server refs, fix SMTP info, fix git push status

This commit is contained in:
Hoid 2026-02-19 16:33:36 +00:00
parent 576027b9e7
commit 4cc97bc756
4 changed files with 54 additions and 51 deletions

View file

@ -18,8 +18,7 @@
"tls": "Let's Encrypt (valid until 2026-05-20)"
},
"blockers": [
"Stripe webhook URL needs to be registered in Stripe Dashboard",
"CI/CD pipeline blocked on git push access"
"Stripe webhook URL needs to be registered in Stripe Dashboard"
],
"completed": [
"Core screenshot API (POST /v1/screenshot)",
@ -44,18 +43,28 @@
"Stripe Checkout flow (plan selection → Stripe → success page with API key)",
"Stripe webhook handler (subscription lifecycle, product filtering for shared account)",
"Status page at /status (auto-refresh, dark theme)",
"Closed BUG-002 and BUG-003 (no longer applicable — no free tier)"
"Closed BUG-002 and BUG-003 (no longer applicable — no free tier)",
"Git push access from openclaw-vm (deploy key: forgejo-snapapi)"
],
"notDone": [
"Register Stripe webhook URL in Stripe Dashboard",
"CI/CD pipeline (blocked on git push access)",
"Staging TLS (blocked on DNS)",
"Uptime monitoring (external)"
],
"stripeProducts": {
"starter": { "productId": "prod_U0YOVzPDAht9eH", "priceId": "price_1T2XHnRtlDv9c8GoNehDYEhS" },
"pro": { "productId": "prod_U0YOlQO6hAF7Tg", "priceId": "price_1T2XHoRtlDv9c8GoCsinPNM4" },
"business": { "productId": "prod_U0YOSor6qXhHs8", "priceId": "price_1T2XHpRtlDv9c8GoThHfd8kS" }
"starter": {
"productId": "prod_U0YOVzPDAht9eH",
"priceId": "price_1T2XHnRtlDv9c8GoNehDYEhS"
},
"pro": {
"productId": "prod_U0YOlQO6hAF7Tg",
"priceId": "price_1T2XHoRtlDv9c8GoCsinPNM4"
},
"business": {
"productId": "prod_U0YOSor6qXhHs8",
"priceId": "price_1T2XHpRtlDv9c8GoThHfd8kS"
}
},
"lastSession": "2026-02-19T13:35:00Z"
}
"lastSession": "2026-02-19T13:35:00Z",
"codeLocation": "Forgejo repo openclawd/SnapAPI. Clone: git clone forgejo-snapapi:openclawd/SnapAPI.git"
}