Files
platform/seed/tasks/build-discography/TASK.md
T
pastilhasandClaude Opus 4.6 5e38343f44 add pipeline job management with /jobs pages and per-step output viewer
- Pipeline jobs now persist to DB with progress tracking and cost accumulation
- Jobs survive WebSocket disconnects with in-memory event buffer replay
- New /jobs list page with search, status badges, and cost display
- New /jobs/:id detail page with live WebSocket attachment and REST fallback
- Two-column layout using WorkspaceLayout for resizable steps/output panels
- Streaming messages tagged with stepIndex/iterationLabel for per-step output grouping
- TaskRunnerModal links to job detail page once job is created
- Dock entry added for Jobs page

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 08:48:50 +00:00

568 B

name, description, version, mode, triggers, inputs, steps
name description version mode triggers inputs steps
Build Discography Identify all albums in an artist folder, rename directories, fetch detailed info and cover art for each. 1 pipeline
type
directory
artist_name
type description autofill
string Artist / band name entry_name
task inputs
prepare-discography
artist_name
${artist_name}
task foreach concurrency skip_if inputs
fetch-album-info subdirectory 5 album-info.md
artist_name album_name
${artist_name} ${folder_name}