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
|
||||
- **Date:** 2026-03-05
|
||||
- **Severity:** MEDIUM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue