From a788b4647295b84cbeae45dc479c4678c4a78d3b Mon Sep 17 00:00:00 2001 From: Hoid Date: Mon, 23 Feb 2026 10:05:11 +0000 Subject: [PATCH] DocFast: BUG-085/086 fixed, verified --- projects/business/memory/bugs.md | 4 ++-- projects/business/memory/state.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/business/memory/bugs.md b/projects/business/memory/bugs.md index 7f5a5b8..f104ce7 100644 --- a/projects/business/memory/bugs.md +++ b/projects/business/memory/bugs.md @@ -907,11 +907,11 @@ Container restart appears to have been clean. All services came back online prop - **Issue:** Node.js, Python, Go, PHP examples on /examples page reference `https://api.docfast.dev/v1/convert/html` and `https://api.docfast.dev/v1/convert/markdown`. The `api.docfast.dev` subdomain does not exist — correct URL is `https://docfast.dev/v1/...`. Developers following examples will get DNS errors. - **Affected:** staging.docfast.dev/examples (and production once deployed) - **Fix:** Replace all `api.docfast.dev` with `docfast.dev` in `public/src/examples.html` -- **Status:** 🔧 IN PROGRESS +- **Status:** ✅ FIXED (commit 1c0c8a3) — all api.docfast.dev → docfast.dev ## BUG-086: Examples page references non-existent SDK packages - **Date:** 2026-02-23 - **Severity:** MEDIUM - **Issue:** Go example says `go get github.com/docfast/docfast-go` (404 on GitHub). PHP example says `composer require docfast/docfast-php` (doesn't exist on Packagist). SDKs haven't been published yet — blocked on npm/PyPI/Go/Packagist tokens. - **Fix:** Either publish SDKs or change examples to use plain HTTP (curl/fetch) without SDK install instructions until packages are published. -- **Status:** OPEN — blocked on SDK publishing tokens from investor +- **Status:** ✅ FIXED (commit 1c0c8a3) — replaced with "SDK coming soon" notes, kept HTTP examples diff --git a/projects/business/memory/state.json b/projects/business/memory/state.json index 8ede3fa..773217a 100644 --- a/projects/business/memory/state.json +++ b/projects/business/memory/state.json @@ -76,8 +76,8 @@ }, "openBugs": { "CRITICAL": [], - "HIGH": ["BUG-085: Examples page uses non-existent api.docfast.dev — IN PROGRESS"], - "MEDIUM": ["BUG-086: SDK install instructions reference non-existent packages — blocked on SDK tokens"], + "HIGH": [], + "MEDIUM": [], "LOW": [], "note": "All clear. SMTP is mail.cloonar.com:587 \u2014 tested and verified working." },