From 1e925bce06a1a88324f0f176787a24279595aa10 Mon Sep 17 00:00:00 2001 From: Imran Siddique Date: Tue, 30 Jun 2026 13:16:12 -0700 Subject: [PATCH] fix(ci): install agent-governance-toolkit so agt CLI resolves in release governance job The governance-release job installed only -core, so `agt` was not on PATH (command not found) and the post-publish step failed. Add the meta package (provides the agt CLI) + core (provides the ASI control modules). Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c76e067..94438ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: python-version: "3.12" - name: Install package and AGT - run: python -m pip install --upgrade pip && pip install -e "." agent-governance-toolkit-core + run: python -m pip install --upgrade pip && pip install -e "." "agent-governance-toolkit>=4.1" "agent-governance-toolkit-core>=4.1" - name: Generate evidence file run: python scripts/gen_agt_evidence.py