Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 3.2 KB

File metadata and controls

49 lines (34 loc) · 3.2 KB

AGENTS.md

🎯 Purpose & Scope

This file defines the baseline standards, workflows, and structure for all contributors and AI agents operating within this repository. It serves as the root authority for engineering conduct, coding conventions, and collaborative norms.

It is designed to help AI assistants (e.g., Codex, Claude, Gemini) and human developers alike understand our practices, contribute clean and idiomatic code, and navigate the codebase confidently and effectively.

Whether reading, writing, testing, or committing code, you must adhere to the rules in this document.

Additional AGENTS.md files may exist in subdirectories to provide more contextual or specialized guidance. These local agent files are allowed to extend or override the root rules to fit the needs of specific packages, services, or engineering domains—while still respecting the spirit of consistency and quality defined here.



📚 Technical Conventions

Our technical standards are organized into focused, portable documents in the .github/tech-conventions/ directory:

Core Development

Version Control & Collaboration

Project Management & Infrastructure

💡 Start with tech-conventions/README.md for a complete index with descriptions.



📁 Directory Structure

Directory Description
.github/ Issue templates, workflows, and community documentation
.github/actions/ GitHub composite actions for CI/CD and automation
.github/ISSUE_TEMPLATE/ Issue and pull request templates
.github/tech-conventions/ Technical conventions and standards for development
.github/workflows/ GitHub Actions workflows for CI/CD
.vscode/ VS Code settings and extensions for development
. (root) Source files and tests for the local package