6f3a1cb780b74ade5c94cb6308dc86fe708faaf0
- AGENTS.md: High-level guidance for all agents in this project - agents/HA_Planner.md, HA_Orchestrator.md, HA_Reviewer.md: Role-specific instructions - docs/WORKFLOW.md: Project-specific workflow and context guidance
{{PROJECT_NAME}}
Project repository for the Hermes AI Agent Development Team.
This repository was created from the template-app template.
Purpose
This repo is where actual development work happens. It contains the source code, tests, documentation, and project-specific task tracking for this application.
Agent Workflow in This Repo
- High-level planning and architecture decisions are done in the
core-planningrepository. - Specific tasks for this project are tracked in the
/tasksfolder. - All code changes go through Pull Requests.
- Agents follow the role instructions located in
/agents.
Repository Structure
.
├── src/ # Application source code
├── tests/ # Test files
├── docs/ # Project documentation
├── agents/ # Agent role instructions for this project
├── tasks/ # Active and completed tasks
├── prompts/ # Project-specific prompts
├── .gitea/ # Issue and PR templates
└── README.md
Getting Started
- New features should begin with a task in
/tasks - All changes require a Pull Request
- Reference related issues from
core-planningwhen relevant
Maintained by the Hermes AI Agent Team
Description
Languages
HTML
100%