From 39a493c5f2629eb1a9ad360e59b91b6542297c01 Mon Sep 17 00:00:00 2001 From: JorisJonkers Agent Date: Mon, 13 Jul 2026 10:12:29 +0000 Subject: [PATCH] fix(manifest): resync stale sha256 pins for worker.md and install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PRs #22 (council worker.md) and an earlier install.sh render left their manifest.yaml sha256 pins stale, so validate_manifest — and therefore CI on every agent-kit PR — fails on main. Repins both to the committed files' actual sha256. render --check still passes (no content change); validate_manifest now passes. --- manifest.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 5aecc9b..30a66e4 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -781,7 +781,7 @@ council: sha256: a227cd0a30f0465eb6be3e3bd4c9499fc626f5d8ba13f2bcc8fc0b9f7cca1561 mode: "0644" - path: council/prompts/worker.md - sha256: fdf27d2f946f7f5a4f1bbfb21ecf2c41b852ccd6562b399b7622f343862d8182 + sha256: ae25cd9c7348dc69311774904ce3f7828b99b60b4062b505e974c49604b5b7b1 mode: "0644" - path: council/schemas/amendment.schema.json sha256: ab4b7000d8a64991ae94c82fd70f4370e5f991f28b4070c77b376da3ddd553e9 @@ -878,11 +878,11 @@ agent_runner_runtime: installer: path: installer/install.sh - sha256: fc096cfa7f00794dac51c6ea33ff6d6f6be67938992b5dc5f86a4a80b32aa160 + sha256: 89f2d200077f0f44b386d4fa93f9a46a183a1fe605663f52034e9bc55f2ff395 supported_agents: [codex, claude] served_artifacts: - path: installer/install.sh - sha256: fc096cfa7f00794dac51c6ea33ff6d6f6be67938992b5dc5f86a4a80b32aa160 + sha256: 89f2d200077f0f44b386d4fa93f9a46a183a1fe605663f52034e9bc55f2ff395 mode: "0644" - path: installer/install-agents.sh sha256: c2b20ca13df242056eb4b6591abdc830d5685a17ec7a7cde23c2886189fd14f4