cyberneticlibrary

Execute seven-stage development pipeline

dev-pipelineworkflowsetup L32
hwj123hwj/pi-go
What it does

Orchestrate multi-phase CI/CD with per-phase artifact handoff and early exit on failure

Best for

Standard CI orchestration when phase interdependencies are linear and early exit on error is desired.

Inputs
  • · [object Object]
Outputs
  • · [object Object]
Requires
  • · git
  • · npm/build system
  • · test runner
  • · linter
Preconditions

Repo checked out; build scripts runnable

Failure modes

Phase dependency assumes linear order; retry logic is simple (no backoff); timing assumptions on slow CI

Trust signals
  • · Per-phase artifact handoff
  • · Configurable phase list
  • · Early halt on first failure