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.