Files
platform/seed/tasks/build-discography/TASK.md
T
pastilhasandClaude Opus 4.6 22c60d4a57 add pipeline task system, agentic music tasks, copy buttons, and pi-bridge cleanup
- Pipeline mode: new task mode that chains agentic tasks sequentially with
  foreach/subdirectory iteration and skip_if conditions
- Pipeline executor backend (WebSocket at /api/tasks/pipeline/ws) with
  support for both Pi and Claude Code models
- Frontend PipelineRunner component with step progress, streaming output,
  and aggregate cost tracking
- New agentic tasks: prepare-discography, fetch-album-info, build-discography
  (pipeline combining both)
- Seed parser extended to handle pipeline steps in frontmatter config
- CopyButton component added to assistant bubbles, error bubbles, and
  tool input/output sections
- Removed obsolete SearXNG/Apify/browser relay code from pi-bridge

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

549 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 skip_if inputs
fetch-album-info subdirectory album-info.md
artist_name album_name
${artist_name} ${folder_name}