912 B
912 B
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.
Key Principles
- Never work on the main branch - All development must occur on feature branches
- Follow the branch structure as defined in the workflow documentation
- Respect the integration and release processes outlined in the workflow
Required Reading
Before making any commits or branches, agents must review:
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.