diff --git a/README.md b/README.md index ae3b493..aee38f7 100644 --- a/README.md +++ b/README.md @@ -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.7.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.38.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 | +| [pr-reviewer-plugin](https://github.com/protoLabsAI/pr-reviewer-plugin) | v0.39.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 diff --git a/protoagent.bundle.yaml b/protoagent.bundle.yaml index 0c1f632..18253f4 100644 --- a/protoagent.bundle.yaml +++ b/protoagent.bundle.yaml @@ -30,7 +30,7 @@ verified_against: 0.163.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.7.0 } - - { id: pr-reviewer, url: https://github.com/protoLabsAI/pr-reviewer-plugin, ref: v0.38.0 } + - { id: pr-reviewer, url: https://github.com/protoLabsAI/pr-reviewer-plugin, ref: v0.39.0 } enabled: [workflows, github, pr-reviewer] # suggested turn-on list (applied to plugins.enabled)