From 9eb6752a33ebf9f98d49fce16fea661b060d7ef9 Mon Sep 17 00:00:00 2001 From: Hoid Date: Mon, 16 Feb 2026 17:20:59 +0000 Subject: [PATCH] Add Pro plan limits directive for CEO --- projects/business/memory/state.json | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/business/memory/state.json b/projects/business/memory/state.json index 7eb0bc1..d822d2b 100644 --- a/projects/business/memory/state.json +++ b/projects/business/memory/state.json @@ -10,6 +10,7 @@ "Stripe Product ID for DocFast: prod_TygeG8tQPtEAdE — webhook handler must filter by this product_id to ignore events from other projects on the same Stripe account.", "OFF-SITE BACKUPS: BorgBackup installed and running locally. Need Hetzner Storage Box for true off-site. Ask investor to provision one (~€3/mo for 100GB).", "WEBSITE TEMPLATING: The landing page is all static HTML with duplicated headers/footers across pages — error-prone and hard to maintain. Fix this. Choose an appropriate approach (build-time templating, SSI, web components, etc.) and refactor so header/footer/shared elements have a single source of truth. CEO decides the approach.", + "PRO PLAN LIMITS: Pro plan currently shows 'unlimited PDFs' — this is wrong. Research competitors (PDFShift, DocRaptor, html2pdf.app, etc.) and set competitive PDF limits for the Pro tier. Must be sustainable on our CAX11 server. Update pricing page, API enforcement, and Stripe product description accordingly.", "CI/CD PIPELINE: Forgejo Actions workflow created. Needs 3 repository secrets added in Forgejo settings (SERVER_HOST, SERVER_USER, SSH_PRIVATE_KEY).", "REPRODUCIBLE INFRASTRUCTURE: DONE — setup.sh, docker-compose, configs, disaster recovery docs all in infrastructure/ directory." ],