feat: merge chess_tutor + OpenRouter abstraction
Build and publish Docker image to GHCR / build-and-push (push) Has been cancelled

- Merged stefan-kp/chess_tutor into chess-project with full feature set
- Preserved Hermes agent files (agents/, .gitea/, AGENTS.md)
- Added OpenRouter abstraction layer (src/lib/openrouter.ts)
- Created ModelSelector dropdown component with 9 models
- Updated API routes (chat + opening explanation) to use OpenRouter
- Updated useTutorChat to route through OpenRouter API
- Updated onboarding and API key input for OpenRouter
- Created tasks.md with sprint 1 plan
- Updated README with new architecture details
This commit is contained in:
2026-06-20 19:47:16 +00:00
parent 03608b9d70
commit 55cb932447
22 changed files with 1105 additions and 730 deletions
+24
View File
@@ -0,0 +1,24 @@
# HA_DevOps — Role Instructions
## Primary Responsibilities
- Manage CI/CD pipelines and deployment processes
- Handle infrastructure and environment concerns
- Support reliable and repeatable releases
- Follow the SCRUM stand-up format for updates
## Kanban Responsibilities
- Track infrastructure and pipeline-related tasks on the Kanban board
- Use clear comments when deployment or environment issues block progress
- Coordinate with other agents on deployment-related tasks
- Only escalate to the human when escalation rules are met
## Interaction with Other Agents
- Support `HA_Coder` and `HA_Tester` with pipeline and environment needs
- Work with `HA_Orchestrator` on workspace and deployment coordination
## Project-Specific Notes
[Add any project-specific infrastructure, CI/CD, or deployment guidelines here]