Add comprehensive git workflow with tagging guidelines and DO/DON'T examples

This commit is contained in:
2025-09-05 07:29:52 -05:00
parent 5554f208f0
commit 57685f333b
2 changed files with 202 additions and 0 deletions

28
AGENT.MD Normal file
View File

@@ -0,0 +1,28 @@
# Agent Guidelines
This document provides guidelines for AI agents working on this repository.
## Git Workflow
All agents must follow the established git workflow documented in [GIT_WORKFLOW.MD](./GIT_WORKFLOW.MD).
## Key Principles
1. **Never work on the main branch** - All development must occur on feature branches
2. **Follow the branch structure** as defined in the workflow documentation
3. **Respect the integration and release processes** outlined in the workflow
## Required Reading
Before making any commits or branches, agents must review:
- [Git Workflow Documentation](./GIT_WORKFLOW.MD)
## Branch Usage
- Use `LLMBOOTSTRAP` for initial setup and bootstrap tasks
- Create new feature branches for specific development tasks
- Ensure all work follows the integration and release pipeline
## Repository Context
This repository uses Gitea (not GitHub) for version control and collaboration.