This is an automated email from the ASF dual-hosted git repository.

kaxil pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 9c66f7a0e94 Instruct agents to put generated files in files/ (#69097)
9c66f7a0e94 is described below

commit 9c66f7a0e94dd994a69d4f17f2f9c41f2771ab63
Author: Tzu-ping Chung <[email protected]>
AuthorDate: Sun Jun 28 14:22:30 2026 +0800

    Instruct agents to put generated files in files/ (#69097)
---
 AGENTS.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/AGENTS.md b/AGENTS.md
index 0199cf2483a..4bee227528d 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -160,6 +160,11 @@ reported as such are described in "What is NOT considered 
a security vulnerabili
 - Test location mirrors source: `airflow/cli/cli_parser.py` → 
`tests/cli/test_cli_parser.py`.
 - Do not use `caplog` in tests, prefer checking logic and not log output.
 
+## Output conventions
+
+- Put any files you generate (PR reviews, reports, scratch output) under 
`files/`.
+- Create `files/` if it doesn't exist.
+
 
 ## Commits and PRs
 

Reply via email to