Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down