Go Job Pipeline

The Highway pattern - a resumable multi-job pipeline for Go CLI tools, with worker lanes, a UI-agnostic progress channel, and Ctrl+C resume. Use when a CLI processes many items through one pipeline (downloads, scans, migrations), needs configurable worker counts, needs progress that can drive a terminal or a web UI, or needs to pick up where an interrupt left off. Triggers on internal/highway/, internal/display/, internal/jobs/, a Job interface, a Progress channel, RegisterType, LoadState, and a resume command.

Tanq16 Updated

File contents

Tanq16/claudex/tree/main/internal/embedded/presets/private/skills/go-job-pipeline commit bf0f65032f

Frequently asked questions

npx skillmds@latest add tanq16/go-job-pipeline