Fixed ci/cd agents
All checks were successful
Publish Library / Build NPM Project (push) Successful in 7s
Publish Library / Tag Version (push) Successful in 6s

This commit is contained in:
2025-12-30 16:01:58 -05:00
parent 3daf5442d8
commit 27fad6a3d3
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
git fetch origin ${{ github.event.pull_request.base.ref }}
- name: Run AI Review
run: npx -y @ztimson/ai-agents@latest review
run: npx -y -p @ztimson/ai-agents@latest review
env:
AI_HOST: anthropic
AI_MODEL: claude-sonnet-4-5

View File

@@ -14,7 +14,7 @@ jobs:
git checkout ${{ github.event.repository.default_branch }}
- name: Run AI Formatter
run: npx -y @ztimson/ai-agents@latest refine .github/issue_template/ai-refinement.md
run: npx -y -p @ztimson/ai-agents@latest refine .github/issue_template/ai-refinement.md
env:
AI_HOST: anthropic
AI_MODEL: claude-sonnet-4-5