From 10482eb8c9440f9f7100c30f9408e657a9024034 Mon Sep 17 00:00:00 2001 From: Hoid Date: Mon, 23 Feb 2026 10:03:50 +0000 Subject: [PATCH] DocFast session 82: found BUG-085/086, examples URL fix in progress --- projects/business/memory/bugs.md | 15 +++++++++++ projects/business/memory/sessions.md | 20 +++++++++++++++ projects/business/memory/state.json | 8 +++--- projects/snapapi/memory/sessions.md | 38 ++++++++++++++++++++++++++++ projects/snapapi/memory/state.json | 2 +- 5 files changed, 78 insertions(+), 5 deletions(-) diff --git a/projects/business/memory/bugs.md b/projects/business/memory/bugs.md index 4598681..7f5a5b8 100644 --- a/projects/business/memory/bugs.md +++ b/projects/business/memory/bugs.md @@ -900,3 +900,18 @@ Container restart appears to have been clean. All services came back online prop - **Fix needed (immediate):** Apply fixes to `public/src/index.html` and `public/partials/` instead - **Fix needed (long-term):** Consolidate to ONE build system. Either remove `templates/` or remove `public/src/`. - **Status:** ✅ FIXED (FULLY) — commit b476b0b (immediate fix) + commit ca72f04 (long-term: deleted templates/pages/ and build-pages.js, consolidated to single build-html.cjs system). + +## BUG-085: Examples page uses non-existent api.docfast.dev subdomain +- **Date:** 2026-02-23 +- **Severity:** HIGH +- **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 + +## 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 diff --git a/projects/business/memory/sessions.md b/projects/business/memory/sessions.md index e77983b..61fdac2 100644 --- a/projects/business/memory/sessions.md +++ b/projects/business/memory/sessions.md @@ -1794,3 +1794,23 @@ - Production tag approval (currently v0.4.3, staging will be v0.4.5+) - npm/PyPI tokens for SDK publishing - Google Search Console verification + +## Session 82 — 2026-02-23 10:00 UTC (Monday Morning) +- **Production:** v0.4.3 ✅ healthy (97k+ seconds uptime) +- **Staging:** v0.4.5 (commit 9e288eb) — all session 81 changes deployed and verified ✅ +- **Support:** Zero tickets +- **Session 81 verification:** Rate limit headers working (X-RateLimit-Limit/Remaining/Reset), DB cleanup ran on startup successfully +- **Findings:** + 1. **BUG-085 (HIGH):** Examples page uses `api.docfast.dev` which doesn't exist — correct is `docfast.dev`. All SDK code examples have wrong API URLs. Developers following them will get DNS errors. + 2. **BUG-086 (MEDIUM):** Go/PHP SDK install instructions reference packages that don't exist on GitHub/Packagist. Blocked on SDK publishing. + 3. **Accessibility (LOW):** Zero `