kaxil opened a new pull request, #62481: URL: https://github.com/apache/airflow/pull/62481
## Summary The Execution API `AGENTS.md` documented versioning mechanics (Cadwyn, version files, model regeneration) but missed the full cross-package workflow. Adding a new Execution API feature touches ~15 files across multiple packages — routes, datamodels, Task SDK comms/client/supervisor, DAG processor and triggerer exclusion lists, and tests in all of them. This adds: - **"Adding a New Feature End-to-End"** — 9-step checklist covering the full workflow - **Expanded Key Paths** — includes `comms.py`, `client.py`, `supervisor.py`, DAG processor, and triggerer handler paths Derived from reviewing PRs like #59712 where the cross-package nature of Execution API changes is evident. Complements #62440 (AGENTS.md overhaul) and #62442 (Copilot review instructions). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
