meta: further task ref cleanup

This commit is contained in:
2026-07-23 22:53:40 -04:00
parent f2fc6a5d1a
commit 84e4c2203e
4 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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 `<PageHead>`; the per-site title
* suffix (` | Life and Lineage`) is appended automatically by
* `resolvePageHeadMeta`, so the `title` here is the BASE title

View File

@@ -51,7 +51,7 @@ export default function TestUtilsPage() {
<main class="min-h-screen bg-gray-100 p-8">
<div class="mx-auto max-w-2xl">
<div class="mb-6 rounded-lg bg-white p-6 shadow-lg">
<h1 class="mb-2 text-3xl font-bold">Task 01 - Utility Testing</h1>
<h1 class="mb-2 text-3xl font-bold">Utility Testing</h1>
<p class="mb-4 text-gray-600">
Testing shared utilities, types, and UI components
</p>
@@ -169,7 +169,7 @@ export default function TestUtilsPage() {
</div>
<div class="mt-6 rounded border border-blue-200 bg-blue-50 p-4">
<h3 class="mb-2 font-bold text-blue-800"> Task 01 Complete</h3>
<h3 class="mb-2 font-bold text-blue-800"> Complete</h3>
<ul class="space-y-1 text-sm text-blue-700">
<li> User types created</li>
<li> Cookie utilities created</li>