Add comprehensive git workflow with tagging guidelines and DO/DON'T examples
This commit is contained in:
28
AGENT.MD
Normal file
28
AGENT.MD
Normal 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.
|
Reference in New Issue
Block a user