Patchwork
About
Patchwork was built by Patched Codes to automate the repetitive maintenance work — dependency upgrades, PR reviews, docstring generation, security fixes — that piles up between feature projects. Instead of a free-form chat loop, it executes predefined patchflows: pipelines of reusable steps (scan code, call an LLM, edit files, open a PR) driven by customizable prompt templates, with six flows shipped out of the box including AutoFix, PRReview, and DependencyUpgrade. The same patchflows run from the CLI, inside an IDE, or in CI pipelines, and custom patchflows compose existing steps or new ones contributed through an Apache-2.0 template repository, while the core stays AGPL-3.0. Model access is flexible, spanning OpenAI, Gemini, Groq, Together, and local llama.cpp, Ollama, or vLLM endpoints configured by CLI arguments or YAML. Its users are engineering teams automating code-maintenance workflows in CI rather than developers seeking an interactive coding partner.