28 lines
912 B
Markdown
28 lines
912 B
Markdown
# 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. |