-
Notifications
You must be signed in to change notification settings - Fork 2
Add AGENTS.md file #130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AGENTS.md file #130
Conversation
Created comprehensive AGENTS.md file providing development guidelines, workflows, and context specifically for AI coding agents. This file complements the existing README.md and DEVELOPING.md by consolidating: - Development workflow and pre-commit requirements - Async-first architecture constraints - Monorepo structure and package organization - Code style conventions (Ruff, Basedpyright, Beartype) - Common pitfalls (ManagedEntry, sync codegen, Python version) - Make commands reference - Key protocols, stores, wrappers, and adapters The file follows the emerging AGENTS.md standard from OpenAI and others, making it compatible with modern AI coding assistants while remaining useful as human-readable documentation. Closes #127 Co-authored-by: William Easton <strawgate@users.noreply.github.com>
📝 WalkthroughWalkthroughAdded AGENTS.md documentation file outlining guidelines for AI coding agents, covering development workflow, testing requirements, architecture constraints, code style conventions, project structure, backend dependencies, and instructions for make commands and repository operations. Changes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🪛 LanguageToolAGENTS.md[uncategorized] ~212-~212: The official name of this software platform is spelled with a capital “H”. (GITHUB) 🔇 Additional comments (8)
Comment |
|



Adds comprehensive AGENTS.md file providing development guidelines, workflows, and context specifically for AI coding agents.
This file complements the existing README.md and DEVELOPING.md by consolidating:
The file follows the emerging AGENTS.md standard from OpenAI and others, making it compatible with modern AI coding assistants while remaining useful as human-readable documentation.
Closes #127
Generated with Claude Code
Summary by CodeRabbit