Files
skill-seekers-reference/requirements.txt
yusyus 0d66d03e19 fix: Fix GitHub Actions CI failures (agent count + anthropic dependency)
Fixed two issues causing CI test failures:

1. Agent count mismatch: Updated tests to expect 11 agents instead of 10
   - Added 'neovate' agent to installation mapping
   - Updated 4 test assertions in test_install_agent.py

2. Missing anthropic package: Added to requirements.txt for E2E tests
   - Issue #219 E2E tests require anthropic package
   - Added anthropic==0.40.0 to requirements.txt
   - Prevents ModuleNotFoundError in CI environment

All 40 Issue #219 tests passing locally (31 unit + 9 E2E)
All 4 install_agent tests passing locally

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-01 21:15:09 +03:00

806 B