You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add AGENTS.md for dev/ and scripts/ci/prek/ (#64434)
* Add AGENTS.md guidelines for dev/ scripts
New scripts in dev/ should be standalone Python (not bash) with inline
script metadata so they can be run via `uv run`.
* Add AGENTS.md guidelines for dev/ and scripts/ci/prek/
Add coding guidelines for AI agents working in these directories:
- dev/AGENTS.md: new scripts must be standalone Python with inline
script metadata (after the license header), run via `uv run`.
- scripts/ci/prek/AGENTS.md: use common_prek_utils.py helpers,
breeze-dependent hooks go at the end of .pre-commit-config.yaml.
0 commit comments