diff --git a/FEATURE_SPEC_KIT.md b/FEATURE_SPEC_KIT.md index 46fcc633..919b3d32 100644 --- a/FEATURE_SPEC_KIT.md +++ b/FEATURE_SPEC_KIT.md @@ -118,7 +118,7 @@ All of these follow the same approach: 3. Normal outcomes complete silently; edge cases (duplicate found, lyrics already exist, etc.) are added to a queue 4. User visits the queue sub-section to review and take action on each item -The landing `sections/analyze.html` shows a list of all `analyze_`-prefixed jobs via `/ui/jobs/list?prefix=analyze_`. Adding a new analyze-section feature means registering its job type with `analyze_` prefix so it appears there automatically. +The landing `sections/analyze.html` shows a list of all `analyze_`-prefixed jobs via `/jobs/list?prefix=analyze_`. Adding a new analyze-section feature means registering its job type with `analyze_` prefix so it appears there automatically. ## Section Rendering and the HTMX URL-Push Problem @@ -230,7 +230,7 @@ Conditional rendering based on `.Section` — add new entries here for every nav
Explore your music collection