2 Commits

Author SHA1 Message Date
4175bf363c Fixed publish
Some checks failed
Code review / review (pull_request) Failing after 4s
Publish Library / Build NPM Project (push) Successful in 6s
Publish Library / Tag Version (push) Successful in 5s
2025-12-27 22:06:33 -05:00
c0281cd57c Updated readme 2025-12-27 22:04:35 -05:00
3 changed files with 2 additions and 5 deletions

View File

@@ -13,9 +13,6 @@ jobs:
- name: Clone Repository - name: Clone Repository
uses: ztimson/actions/clone@develop uses: ztimson/actions/clone@develop
- name: Install & Build
run: npm i && npm run build
- name: Publish Library - name: Publish Library
run: | run: |
if [ "${{github.ref_name}}" = "master" ]; then if [ "${{github.ref_name}}" = "master" ]; then

View File

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

View File

@@ -3,7 +3,7 @@
<br /> <br />
<!-- Logo --> <!-- Logo -->
<img src="https://git.zakscode.com/repo-avatars/d2c56ffd0220751c2f4a9f6fc1e8125a9a63aeed452ae4f4ab696c084330faa2" alt="Logo" width="200" height="200"> <img src="https://git.zakscode.com/repo-avatars/309c233243bcd1c1e9b3f359ec3f59769bb01b655e8ed7b32587781be4c8b21c" alt="Logo" width="200" height="200">
<!-- Title --> <!-- Title -->
### AI Agents ### AI Agents