SnapAPI session 64: OpenAPI cleanup, dark mode blog post, 474 tests

This commit is contained in:
Hoid 2026-03-06 12:22:47 +01:00
parent e566d6af16
commit 06f7d40365
4 changed files with 79 additions and 17 deletions

View file

@ -1,11 +1,11 @@
{
"phase": "production-live",
"version": "0.5.2-prod (VULNERABLE: free signup still live) / 0.9.0-staging (459 tests)",
"version": "0.5.2-prod (VULNERABLE: free signup still live) / 0.9.0-staging (474 tests)",
"staging": {
"status": "running",
"namespace": "snapapi-staging",
"replicas": 1,
"image": "git.cloonar.com/openclawd/snapapi:latest-staging",
"image": "git.cloonar.com/openclawd/snapapi:staging-e7ef9d7",
"healthCheck": "passing"
},
"production": {
@ -103,7 +103,10 @@
"Test suite: 431 tests passing (staging)",
"Batch screenshot endpoint: POST /v1/screenshots/batch — up to 10 URLs per request, partial success, concurrent processing (staging)",
"Screenshot retry logic: automatic retry (max 2) for transient browser failures with exponential backoff, X-Retry-Count header (staging)",
"Test suite: 459 tests passing (staging)"
"Test suite: 459 tests passing (staging)",
"OpenAPI spec cleanup: dynamic version from package.json, removed dead Signup tag, added cache to POST body (staging)",
"Blog post: How to Capture Dark Mode Screenshots Automatically — darkMode parameter, CSS injection, dual OG images (staging)",
"Test suite: 474 tests passing (staging)"
],
"notDone": [
"Register Stripe webhook URL in Stripe Dashboard",
@ -126,6 +129,6 @@
"priceId": "price_1T2XHpRtlDv9c8GoThHfd8kS"
}
},
"lastSession": "2026-03-05T17:00:00Z",
"lastSession": "2026-03-06T11:00:00Z",
"codeLocation": "Forgejo repo openclawd/SnapAPI. Clone: git clone forgejo-snapapi:openclawd/SnapAPI.git"
}