@teqfw/github-flows is packaged as a reusable library
Together with Viktor Gusev, a separate repository was created for @teqfw/github-flows. Viktor's profile is here: viktor-gusev.
The package extends the earlier gateway from Gateway from GitHub issues to Codex and turns it into a library foundation for web applications that build agent-based workflows. It intercepts GitHub webhooks, extracts the event, prepares the input data, and launches agents in Docker containers to process those events.
Our experiments showed the practical side of the approach. A human or another agent can start production chains that change code and carry the result through to a new release. This is no longer a prototype in the strict sense. It is a repeatable model for building workflows around GitHub events and agent execution.
@teqfw/github-flows packages this approach as a reusable solution. The package stays a library, while lifecycle and runtime remain the host application's responsibility.