From 3f20668438d6f913b63f593bd3127ac196123dac Mon Sep 17 00:00:00 2001 From: CoderDeltaLAN Date: Wed, 17 Jun 2026 02:37:50 +0100 Subject: [PATCH] ci: smoke test installed console script --- .github/workflows/ci.yml | 5 +++++ CHANGELOG.md | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d6c3c2..afcbcf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,3 +36,8 @@ jobs: - name: Run local checks run: ./scripts/check.sh + + - name: Run installed package smoke checks + run: | + agent-rules-kit --version + agent-rules-kit check tests/fixtures/repositories/single-agent --format json | python -m json.tool diff --git a/CHANGELOG.md b/CHANGELOG.md index 88915e4..7574a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This project has a published GitHub Release line, but no stable support or API g ## [Unreleased] +### Added + +- Added CI smoke checks for the installed `agent-rules-kit` console script and a minimal JSON `check` command. + ### Fixed - Updated generated `AGENTS.md` baseline content so `init --write` no longer creates instructions that fail the current governance scope or authority check.