Skip to content

Commit 8ace4d1

Browse files
ci: smoke test installed console script (#66)
Co-authored-by: CoderDeltaLAN <CoderDeltaLAN@users.noreply.github.com>
1 parent 17b144d commit 8ace4d1

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ jobs:
3636

3737
- name: Run local checks
3838
run: ./scripts/check.sh
39+
40+
- name: Run installed package smoke checks
41+
run: |
42+
agent-rules-kit --version
43+
agent-rules-kit check tests/fixtures/repositories/single-agent --format json | python -m json.tool

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This project has a published GitHub Release line, but no stable support or API g
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- Added CI smoke checks for the installed `agent-rules-kit` console script and a minimal JSON `check` command.
12+
913
### Fixed
1014

1115
- Updated generated `AGENTS.md` baseline content so `init --write` no longer creates instructions that fail the current governance scope or authority check.

0 commit comments

Comments
 (0)