Files
agentrunner/requirements.txt
CI System 5903b69b2d Initial commit: ClearGrow Agent Runner
Automated task orchestration system for YouTrack + Gitea + Woodpecker CI:

- runner.py: Main orchestration engine with state machine workflow
- agent.py: Claude Code subprocess pool management
- youtrack_client.py: YouTrack API wrapper
- gitea_client.py: Gitea API + git CLI operations
- woodpecker_client.py: CI build monitoring
- webhook_server.py: Real-time event handling
- prompts/: Agent prompt templates (developer, qa, librarian)

Workflow: Ready → In Progress → Build → Verify → Document → Review → Done

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-10 21:05:31 -07:00

13 lines
192 B
Plaintext

# ClearGrow Agent Runner (YouTrack + Gitea Edition)
# Python 3.10+
# HTTP client
requests>=2.31.0
# Configuration
PyYAML>=6.0.1
# Optional: Webhook server
# flask>=3.0.0
# gunicorn>=21.0.0