session 130: BUG-104 + BUG-105 fixed, content audit, 487 tests
This commit is contained in:
parent
1ab75e871b
commit
ab35b2a31c
3 changed files with 4 additions and 12 deletions
|
|
@ -1,11 +1,3 @@
|
||||||
## BUG-105: Go and PHP examples show non-existent SDK code despite "SDK coming soon" disclaimer
|
|
||||||
- **Date:** 2026-03-05
|
|
||||||
- **Severity:** MEDIUM
|
|
||||||
- **Issue:** The /examples page Go and PHP sections say "SDK coming soon. In the meantime, use the HTTP example below" but then show SDK code (`github.com/docfast/docfast-go`, `DocFast\Client`, Laravel facade). The SDKs don't exist. Labels also say "Using the SDK." BUG-086 partially fixed this by adding disclaimers, but the actual code examples were never replaced with plain HTTP examples.
|
|
||||||
- **Impact:** Developers following Go/PHP examples will get import errors. Contradicts the "SDK coming soon" disclaimer.
|
|
||||||
- **Fix:** Replace SDK code with plain HTTP examples using `net/http` (Go) and `file_get_contents`/curl (PHP). Update labels to "Using HTTP" or similar. Remove Laravel facade example or clearly mark as future.
|
|
||||||
- **Status:** 🔧 IN PROGRESS — sub-agent dispatched
|
|
||||||
|
|
||||||
## BUG-105: Go and PHP examples show non-existent SDK code
|
## BUG-105: Go and PHP examples show non-existent SDK code
|
||||||
- **Date:** 2026-03-05
|
- **Date:** 2026-03-05
|
||||||
- **Severity:** MEDIUM
|
- **Severity:** MEDIUM
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Session 130 — 2026-03-05 13:00 UTC (Thursday Afternoon)
|
## Session 130 — 2026-03-05 13:00 UTC (Thursday Afternoon)
|
||||||
- **Production:** v0.5.1 ✅ healthy, 2 replicas, 0 restarts, ~7.7d uptime
|
- **Production:** v0.5.1 ✅ healthy, 2 replicas, 0 restarts, ~7.7d uptime
|
||||||
- **Staging:** v0.5.2 ✅ commit 503e651 (39 commits ahead of prod)
|
- **Staging:** v0.5.2 ✅ commit 503e651 (40 commits ahead of prod)
|
||||||
- **K8s cluster:** All 3 nodes Ready
|
- **K8s cluster:** All 3 nodes Ready
|
||||||
- **Support:** Zero tickets
|
- **Support:** Zero tickets
|
||||||
- **Completed:**
|
- **Completed:**
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"phaseLabel": "Build Production-Grade Product",
|
"phaseLabel": "Build Production-Grade Product",
|
||||||
"status": "launch-ready",
|
"status": "launch-ready",
|
||||||
"product": "DocFast — HTML/Markdown to PDF API",
|
"product": "DocFast — HTML/Markdown to PDF API",
|
||||||
"currentPriority": "Production on v0.5.1. Staging v0.5.2 (39 commits ahead, commit 503e651). npm audit 0 vulns. 487 tests passing (33 files). ZERO open bugs. Fixed BUG-104 (stale Free Tier in ToS) and BUG-105 (fake SDK examples). Ready for production tag when investor approves.",
|
"currentPriority": "Production on v0.5.1. Staging v0.5.2 (40 commits ahead, commit 503e651). npm audit 0 vulns. 487 tests passing (33 files). ZERO open bugs. Fixed BUG-104 (stale Free Tier in ToS) and BUG-105 (fake SDK examples). Ready for production tag when investor approves.",
|
||||||
"ownerDirectives_PRIORITY": "Process these IN ORDER. Do not skip. Remove items marked ✅ DONE/FIXED during housekeeping.",
|
"ownerDirectives_PRIORITY": "Process these IN ORDER. Do not skip. Remove items marked ✅ DONE/FIXED during housekeeping.",
|
||||||
"ownerDirectives": [
|
"ownerDirectives": [
|
||||||
"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."
|
"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."
|
||||||
|
|
@ -79,9 +79,9 @@
|
||||||
"openBugs": {
|
"openBugs": {
|
||||||
"CRITICAL": [],
|
"CRITICAL": [],
|
||||||
"HIGH": [],
|
"HIGH": [],
|
||||||
"MEDIUM": ["BUG-104: ToS references discontinued Free Tier", "BUG-105: Go/PHP examples show non-existent SDK code"],
|
"MEDIUM": [],
|
||||||
"LOW": [],
|
"LOW": [],
|
||||||
"note": "2 MEDIUM bugs found in content audit, fixes in progress. BUG-103 (template validation bypass) fixed 47571c8. BUG-102 (sanitized options ignored) fixed ba2e542. BUG-101 (body limits) fixed c03f217. BUG-100 (flush poisoning) fixed d2f819d. BUG-099 (memory leak) fixed 5f776db. BUG-098 (interceptor leak) fixed 024fa00."
|
"note": "All bugs resolved. BUG-105 fixed 4f6659c. BUG-104 fixed 503e651. BUG-103 (template validation bypass) fixed 47571c8. BUG-102 (sanitized options ignored) fixed ba2e542. BUG-101 (body limits) fixed c03f217. BUG-100 (flush poisoning) fixed d2f819d. BUG-099 (memory leak) fixed 5f776db. BUG-098 (interceptor leak) fixed 024fa00."
|
||||||
},
|
},
|
||||||
"sessionCount": 130
|
"sessionCount": 130
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue