Files
chess-project/AGENTS.md
T
Leonard 55cb932447
Build and publish Docker image to GHCR / build-and-push (push) Has been cancelled
feat: merge chess_tutor + OpenRouter abstraction
- 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
2026-06-20 19:47:16 +00:00

43 lines
1.3 KiB
Markdown

# AGENTS.md
This file provides high-level guidance for all Hermes agents working in this project.
## Project Mission
[Brief description of what this project is trying to achieve]
## Key Principles
- Follow the execution guidelines defined in `core-planning/docs/EXECUTION.md`
- Use the SCRUM stand-up format when reporting progress
- Coordinate primarily through the Hermes Kanban board
- Maintain clear, actionable comments on tasks
## Architecture & Constraints
[Add important technical decisions, tech stack, constraints, or gotchas here]
## Coding Standards
[Add any project-specific coding conventions, linting rules, or style guides]
## Kanban Workflow
- All work is tracked in the Hermes Kanban board
- Use clear task prefixes: `[Feature]`, `[Bug]`, `[Research]`, `[Review]`, etc.
- Follow the escalation rules defined in `core-planning/docs/KANBAN-WORKFLOW.md`
- Only escalate to the human when the defined escalation criteria are met
## Important Context
- Refer to `core-planning/docs/` for team-wide standards
- Refer to `docs/` in this repo for project-specific guidelines
- When in doubt, ask for clarification in the task comments
## Agent Roles in This Project
See the `agents/` folder for role-specific instructions.
---
*This file should be updated as the project evolves.*