Files
2026-06-16 23:39:03 +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.*