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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion protoagent.bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading