From 71fe030b2d1bdffa2b470225f8a3720e13ea107e Mon Sep 17 00:00:00 2001 From: Nicholai Martinsen Date: Fri, 21 Aug 2026 04:47:55 -0700 Subject: [PATCH] Add Code Pipelines plugin --- plugins/code_pipelines/index.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/code_pipelines/index.yaml diff --git a/plugins/code_pipelines/index.yaml b/plugins/code_pipelines/index.yaml new file mode 100644 index 0000000..3496d73 --- /dev/null +++ b/plugins/code_pipelines/index.yaml @@ -0,0 +1,13 @@ +title: Code Pipelines +description: 'Automated code pipelines: per-repo worktree bundles plus a shadow repo + for project instructions, developer subagent builds, exit-code verification, parallel + review by up to 3 agent profiles, a bounded fix loop with feedback to the developer, + and push + PR — with terminal-state notifications. Built on stock parallel jobs + and the subagents orchestration pattern.' +github: https://github.com/Nicfox77/a0-plugin-code-pipelines +tags: +- development +- workflow +- automation +- jobs +- github