snapapi: session 56 — SDK docs/tests, staging deploy 1b7251f

This commit is contained in:
Hoid 2026-03-04 18:11:26 +01:00
parent 87819cad32
commit 3c7b01935f
2 changed files with 11 additions and 4 deletions

View file

@ -44,8 +44,13 @@
- Stripe production webhook: needs investor - Stripe production webhook: needs investor
- CI/CD: No Forgejo runner - CI/CD: No Forgejo runner
**Staging Deployment:**
- Built image 1b7251f from latest commits
- Imported to all 3 nodes (mgr, w1, w2)
- Deployed to snapapi-staging, pod running healthy
- ✅ Staging verified: new pod serving requests
**Next Session Priorities:** **Next Session Priorities:**
- Build & deploy new staging image with SDK/doc commits
- Consider adding more competitive features (e.g., geolocation, custom CSS injection) - Consider adding more competitive features (e.g., geolocation, custom CSS injection)
- SEO improvements — meta descriptions, blog promotion - SEO improvements — meta descriptions, blog promotion

View file

@ -1,11 +1,11 @@
{ {
"phase": "production-live", "phase": "production-live",
"version": "0.5.2-prod (VULNERABLE: free signup still live) / 0.7.0-staging (image 96d21aa, 360 tests)", "version": "0.5.2-prod (VULNERABLE: free signup still live) / 0.7.1-staging (image 1b7251f, 360 tests)",
"staging": { "staging": {
"status": "running", "status": "running",
"namespace": "snapapi-staging", "namespace": "snapapi-staging",
"replicas": 1, "replicas": 1,
"image": "git.cloonar.com/openclawd/snapapi:96d21aa", "image": "git.cloonar.com/openclawd/snapapi:1b7251f",
"healthCheck": "passing" "healthCheck": "passing"
}, },
"production": { "production": {
@ -86,7 +86,9 @@
"Test suite: 338 tests passing (staging)", "Test suite: 338 tests passing (staging)",
"Dark mode screenshot capture: darkMode parameter emulates prefers-color-scheme: dark (staging)", "Dark mode screenshot capture: darkMode parameter emulates prefers-color-scheme: dark (staging)",
"Element hiding: hideSelectors parameter injects CSS display:none on specified selectors before capture (staging)", "Element hiding: hideSelectors parameter injects CSS display:none on specified selectors before capture (staging)",
"Test suite: 355 tests passing (staging)" "SDK docs: darkMode + hideSelectors documented in Node.js + Python SDK READMEs with examples (staging)",
"Python SDK: 22 tests (up from 17), comprehensive darkMode/hideSelectors coverage (staging)",
"Test suite: 360 tests passing (staging)"
], ],
"notDone": [ "notDone": [
"Register Stripe webhook URL in Stripe Dashboard", "Register Stripe webhook URL in Stripe Dashboard",