Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG GITHUB_PLUGIN_REF=v0.5.0
RUN git clone --depth 1 --branch "${GITHUB_PLUGIN_REF}" \
https://github.com/protoLabsAI/github-plugin.git /opt/protoagent/plugins/github \
&& rm -rf /opt/protoagent/plugins/github/.git
ARG PR_REVIEWER_PLUGIN_REF=v0.35.0
ARG PR_REVIEWER_PLUGIN_REF=v0.36.0
RUN git clone --depth 1 --branch "${PR_REVIEWER_PLUGIN_REF}" \
https://github.com/protoLabsAI/pr-reviewer-plugin.git /opt/protoagent/plugins/pr-reviewer \
&& rm -rf /opt/protoagent/plugins/pr-reviewer/.git
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python -m server plugin install https://github.com/protoLabsAI/qaEngineer
|---|---|---|
| `workflows` (builtin) | core | the recipe engine the review panels run on |
| [github-plugin](https://github.com/protoLabsAI/github-plugin) | v0.5.0 | the verdict surface — formal Review API tools with CI-terminal + self-review guards inside the tools |
| [pr-reviewer-plugin](https://github.com/protoLabsAI/pr-reviewer-plugin) | v0.35.0 | the machinery — webhook chokepoint, structural trigger, panel dispatch, evidence grounding, convergence, approve-on-green sweep, on-demand summon, telemetry + eval |
| [pr-reviewer-plugin](https://github.com/protoLabsAI/pr-reviewer-plugin) | v0.36.0 | the machinery — webhook chokepoint, structural trigger, panel dispatch, evidence grounding, convergence, approve-on-green sweep, the `QA panel` check run, on-demand summon, telemetry + eval |

Persona: [`SOUL.md`](./SOUL.md) (Vera — verdict system, three-layer verification, 80% bar,
self-restriction), also inlined in the manifest's `archetype.soul` so the new-agent picker
Expand Down
2 changes: 1 addition & 1 deletion protoagent.bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ verified_against: 0.145.0
plugins:
- { id: workflows, builtin: true } # the recipe engine (code-review panels run through it)
- { id: github, url: https://github.com/protoLabsAI/github-plugin, ref: v0.5.0 }
- { id: pr-reviewer, url: https://github.com/protoLabsAI/pr-reviewer-plugin, ref: v0.35.0 }
- { id: pr-reviewer, url: https://github.com/protoLabsAI/pr-reviewer-plugin, ref: v0.36.0 }

enabled: [workflows, github, pr-reviewer] # suggested turn-on list (applied to plugins.enabled)

Expand Down
Loading