From 0407380532ce33d63a28f659e032346a911f03ea Mon Sep 17 00:00:00 2001 From: GitHub CI Date: Tue, 21 Jul 2026 03:38:20 -0700 Subject: [PATCH] chore: bring verified_against + README in step with the 0.106.0 base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #8 bumped the Dockerfile to protoagent:0.106.0 but left the manifest's `verified_against` and the README's pinned-base line at 0.104.5 — the exact lockstep the Dockerfile comment calls out ("keeping it in step with the manifest's `verified_against`"). Left drifted, the manifest claims Vera is verified against a core two minor versions behind the one she actually runs, which is the field an operator reads to decide whether a bump has been checked. Verified against the running instance on the 0.106.0 base: • scripts/check_card_drift.py → OK (description set, skills ['pr_review'], version 0.106.0) • scripts/a2a_conformance.py → 28 passed, 0 failed (card, version gate, 11/11 methods, v0.3 compat) • card identity intact: name=vera, skill pr_review, 3 declared extensions (confidence-v1 correctly gone as of protoAgent#2092) • container running, 0 restarts Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- protoagent.bundle.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c0933a..dea818c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ runtime half — point it at the (tailnet-only) card from the ava fleet cron: ## Deploying Vera (the reference host) This repo doubles as Vera's image source: `Dockerfile` = stock protoAgent -(**pinned base** — `protoagent:0.104.5`, in step with the manifest's +(**pinned base** — `protoagent:0.106.0`, in step with the manifest's `verified_against`; bump deliberately so a member-pin bump can't drag the core forward on the same roll) + node/`clawpatch` + the bundle members baked at their manifest pins + `deploy/vera.langgraph-config.yaml` (seed, not force) + `SOUL.md`. diff --git a/protoagent.bundle.yaml b/protoagent.bundle.yaml index 3a6ac01..d721585 100644 --- a/protoagent.bundle.yaml +++ b/protoagent.bundle.yaml @@ -25,7 +25,7 @@ description: >- own work; never posts a blocking verdict against pending CI. # The core version this pin set was last verified against (ADR 0049 rule 2). -verified_against: 0.104.5 +verified_against: 0.106.0 plugins: - { id: workflows, builtin: true } # the recipe engine (code-review panels run through it)