potiuk opened a new pull request, #156: URL: https://github.com/apache/airflow-client-python/pull/156
The top-level `README.md` links to `docs/DagRunApi.md`, but the file on disk is `docs/DAGRunApi.md` — so the link 404s on case-sensitive filesystems (Linux/CI), and the name doesn't match the openapi-generator canonical output (`DagRunApi.md`). The wrong casing is a leftover from the 2.x client era that survived regenerations because case-only renames are dropped on case-insensitive (macOS) filesystems, where the release client is generated. This renames the file to the canonical `DagRunApi.md` and updates the two remaining references to the old path (`airflow_client/.openapi-generator/FILES` and the stale `airflow_client/README.md`). Found while verifying release reproducibility for #155. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) -- 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]
