ORCH — built this to orchestrate the full coding task lifecycle that ends with a review gate #2265
oxgeneral
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What I built
ORCH — a TypeScript CLI runtime for orchestrating teams of AI coding agents.
How it connects to PR-Agent workflows
PR-Agent excels at reviewing pull requests autonomously. The gap I hit: who orchestrates the full lifecycle — from task assignment to code generation to the review step?
ORCH models this as a typed state machine:
The
reviewstep maps naturally to what PR-Agent does — but ORCH ensures no task bypasses it. An agent (or PR-Agent via webhook) must explicitly transition tasks through review.Example workflow
reviewstatedoneretryingstate, auto-restartedDetails
npm install -g @oxgeneral/orchRepo: https://github.com/oxgeneral/ORCH
Beta Was this translation helpful? Give feedback.
All reactions