CEO-BASE: add verification rules, file BUG-080 (landing page not updated)

General lessons added to base prompt:
- User-facing material must reflect actual software state
- Verify live output before reporting completion
- Never bump version without checking user-visible changes
- Sub-agent work must be verified before reporting to investor
This commit is contained in:
Hoid 2026-02-20 08:05:18 +00:00
parent c984f260dd
commit 92947c7712
3 changed files with 34 additions and 1 deletions

View file

@ -1,3 +1,14 @@
## BUG-080: Landing page still shows Free tier after v0.4.0 "removal"
- **Date:** 2026-02-20
- **Severity:** HIGH
- **Issue:** CEO reported free tier removed and landing page updated in v0.4.0, but both staging and production still show the old Free tier pricing card, "Get Free API Key" CTA, and signup modal. The backend may have demo endpoints but the static HTML was never actually changed.
- **Affected:** staging.docfast.dev AND docfast.dev landing pages
- **Root cause:** CEO bumped version and reported completion without verifying user-facing output
- **Fix needed:** Actually update all landing page HTML — remove Free tier card, add playground/demo, update CTAs to "Try Demo" + "Get Pro API Key"
- **Status:** OPEN
---
# DocFast QA Full Audit — 2026-02-20
**Tester:** QA Bot (subagent)