From 84e4c2203ed74b99c8d57574ce2eecb3ce3abb60 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Thu, 23 Jul 2026 22:53:40 -0400 Subject: [PATCH] meta: further task ref cleanup --- docs/sparkle-dual-host-task-summary.md | 4 ++-- src/routes/downloads.test.ts | 2 +- src/routes/lineage/landing-content.ts | 2 +- src/routes/test-utils.tsx | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/sparkle-dual-host-task-summary.md b/docs/sparkle-dual-host-task-summary.md index 8ab97a9..d0526d4 100644 --- a/docs/sparkle-dual-host-task-summary.md +++ b/docs/sparkle-dual-host-task-summary.md @@ -1,4 +1,4 @@ -# Task 12b: Sparkle Appcast Dual-Host Support - Completion Summary +# Sparkle Appcast Dual-Host Support - Completion Summary ## Objective @@ -131,7 +131,7 @@ https://inputhalo.freno.me/api/InputHalo/appcast.xml ## Next Steps -1. **Complete task 12 (DNS/Vercel configuration):** Add subdomains to Vercel and configure CNAMEs +1. **Complete DNS/Vercel configuration:** Add subdomains to Vercel and configure CNAMEs 2. **Run verification script:** `./scripts/verify-sparkle-dual-host.sh` after subdomains are configured 3. **Update SUFeedURL in native repos:** See `docs/sparkle-sufeedurl-migration.md` 4. **Test in dev builds:** Verify Sparkle detects + downloads updates with subdomain URLs diff --git a/src/routes/downloads.test.ts b/src/routes/downloads.test.ts index dcfd946..5ac38e6 100644 --- a/src/routes/downloads.test.ts +++ b/src/routes/downloads.test.ts @@ -1,7 +1,7 @@ /** * Regression test for the unified `freno.me/downloads` page. * - * Task 11's acceptance criteria require that the unified downloads page is + * The acceptance criteria require that the unified downloads page is * UNCHANGED — it keeps listing all five products (InputHalo, Gaze, Life and * Lineage, Cork, Shapes with Abigail) with the original asset keys + store * links. Because the page is a SolidJS component (DOM render not configured diff --git a/src/routes/lineage/landing-content.ts b/src/routes/lineage/landing-content.ts index eb436ac..eba4f17 100644 --- a/src/routes/lineage/landing-content.ts +++ b/src/routes/lineage/landing-content.ts @@ -20,7 +20,7 @@ * This matches the canonical-URL rule and the nav-config rule * from the spec: vercel.json maps `lineage.freno.me/downloads` → * `/lineage/downloads` server-side while the browser sees `/downloads`. - * Task 11 will create the matching `src/routes/lineage/downloads.tsx`. + * The matching `src/routes/lineage/downloads.tsx` will be created. * - `PAGE_META` is consumed verbatim by ``; the per-site title * suffix (` | Life and Lineage`) is appended automatically by * `resolvePageHeadMeta`, so the `title` here is the BASE title diff --git a/src/routes/test-utils.tsx b/src/routes/test-utils.tsx index 9c7c1d6..40c53a9 100644 --- a/src/routes/test-utils.tsx +++ b/src/routes/test-utils.tsx @@ -51,7 +51,7 @@ export default function TestUtilsPage() {
-

Task 01 - Utility Testing

+

Utility Testing

Testing shared utilities, types, and UI components

@@ -169,7 +169,7 @@ export default function TestUtilsPage() {
-

✅ Task 01 Complete

+

✅ Complete

  • ✓ User types created
  • ✓ Cookie utilities created