From d9ea42e63eb02920b10b213303db5244bb080e1c Mon Sep 17 00:00:00 2001 From: Hoid Date: Sun, 15 Feb 2026 10:10:02 +0000 Subject: [PATCH] DocFast: owner directives - SLA 99.5%, PostgreSQL migration, BUG-032 reopen, Stripe shared account --- projects/business/memory/state.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/projects/business/memory/state.json b/projects/business/memory/state.json index fb62a58..4ea8203 100644 --- a/projects/business/memory/state.json +++ b/projects/business/memory/state.json @@ -4,6 +4,12 @@ "status": "not-launch-ready", "product": "DocFast — HTML/Markdown to PDF API", "currentPriority": "1) Deploy checkout.session.completed handler (sub-agent in progress). 2) Human: update Stripe webhook URL + secret in Dashboard. 3) Full E2E Pro payment test. 4) Marketing launch.", + "ownerDirectives": [ + "BUG-032 terminal gap is NOT fixed — still visible gap between terminal header and terminal window on mobile. Reopen and fix properly.", + "Change SLA from 99.9% to 99.5% on landing page.", + "Plan migration from SQLite to PostgreSQL for future failover/clustering capability. Not blocking launch, but next infra priority.", + "Stripe: owner has existing Stripe account from another project — use same account, just create separate Product + webhook endpoint for DocFast." + ], "launchChecklist": { "emailVerificationReal": true, "smtpWorking": true, @@ -47,7 +53,7 @@ "openBugs": { "CRITICAL": [], "HIGH": [], - "MEDIUM": ["BUG-035 (STRIPE_WEBHOOK_SECRET empty - needs human)", "BUG-036 (Stripe webhook URL wrong - needs human)"], + "MEDIUM": ["BUG-032 (mobile terminal gap - NOT fixed, reopen)", "BUG-035 (STRIPE_WEBHOOK_SECRET empty - needs human)", "BUG-036 (Stripe webhook URL wrong - needs human)"], "LOW": [] }, "blockers": [],