feat(pipeline): serial + parallel plugin execution with declared ordering
Open
@huang195 is already working on this.
Since Jun 15, 2026.
enhancement
- Dominant language
- Go
- Stars
- 13
- Forks
- 40
- Avg merge
- 12h 17m
- Merged PRs (30d)
- 156
Description
From the AuthBridge roadmap (Deep Dive → Next Steps · Core functions).
Support parallel execution of independent plugins and serial ordering via declared dependencies (Requires / RequiresAny / After), validated at pipeline.New (build-time graph check rather than runtime surprise).
Related: #398 (arbitration of overlapping plugin responsibilities). Tracking issue for the execution model.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.