HA_Planner 8c1863adc0 Add remaining agent role templates
- HA_Coder.md
- HA_Tester.md
- HA_Architect.md
- HA_DevOps.md
2026-05-18 06:56:05 +00:00
2026-05-18 06:56:05 +00:00

{{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

  1. High-level planning and architecture decisions are done in the core-planning repository.
  2. Specific tasks for this project are tracked in the /tasks folder.
  3. All code changes go through Pull Requests.
  4. 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-planning when relevant

Maintained by the Hermes AI Agent Team

S
Description
Reusable project template for Hermes AI Agent Development Team
Readme 64 KiB
Languages
HTML 100%