chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.60.1 to 8.61.0 #30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Agent Review | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, ready_for_review] | |
| permissions: | |
| contents: read | |
| pull-requests: read | |
| jobs: | |
| governance-smoke: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Verify agent guidance exists | |
| run: | | |
| set -euo pipefail | |
| test -f AGENTS.md | |
| test -f .github/PULL_REQUEST_TEMPLATE.md | |
| echo "Agent guidance files are present. Human or external AI review can use the PR contract as input." |