config/projects/business/memory/state.json

55 lines
2.1 KiB
JSON

{
"phase": 1,
"phaseLabel": "Build Production-Grade Product",
"status": "not-launch-ready",
"product": "DocFast — HTML/Markdown to PDF API",
"currentPriority": "1) Fix Stripe webhook (add checkout.session.completed handler + set STRIPE_WEBHOOK_SECRET). 2) Fix BUG-032/033. 3) Pro payment E2E verification. 4) Marketing launch.",
"launchChecklist": {
"emailVerificationReal": true,
"smtpWorking": true,
"dnsRecordsLive": true,
"userAccountSystem": false,
"proPaymentFlow": false,
"proPaymentFlowNote": "Webhook only handles subscription.deleted, NOT checkout.session.completed. STRIPE_WEBHOOK_SECRET is empty. Pro key relies on success page visit — FRAGILE.",
"keyRecovery": true,
"databaseBackups": true,
"loadTested": true,
"rateLimitsDataBacked": true,
"landingPageHonest": true,
"zeroConsoleErrors": true,
"mobileResponsive": true,
"securityAuditPassed": true
},
"loadTestResults": {
"sequential": "~2.1s per PDF, ~28/min",
"concurrent": "3 safe, 5th fails at ~16s",
"server": "CAX11 (2 vCPU ARM, 4GB RAM), container 512MB cap"
},
"infrastructure": {
"domain": "docfast.dev",
"url": "https://docfast.dev",
"server": "docfast-1 (CAX11, nbg1)",
"serverIP": "167.235.156.214",
"sshKey": "/home/openclaw/.ssh/docfast",
"smtp": "Postfix + OpenDKIM configured. DKIM-signed emails working. SPF/DKIM/DMARC DNS records live.",
"email": "noreply@docfast.dev"
},
"credentials": {
"file": "/home/openclaw/.openclaw/workspace/.credentials/docfast.env",
"keys": ["HETZNER_API_TOKEN", "STRIPE_SECRET_KEY"],
"NEVER_READ_DIRECTLY": true
},
"team": {
"structure": "CEO + specialist sub-agents",
"ceo": "Plans, delegates, reviews. Does NOT code. Only one who makes financial decisions.",
"specialists": ["Backend Developer", "UI/UX Developer", "QA Tester", "Security Expert", "Marketing Agent"]
},
"openBugs": {
"HIGH": [],
"MEDIUM": ["BUG-033 (OpenAPI spec)"],
"LOW": ["BUG-032 (mobile terminal gap)"]
},
"blockers": [],
"startDate": "2026-02-14",
"sessionCount": 28
}