shahar1 opened a new pull request, #73080: URL: https://github.com/apache/airflow/pull/73080
## Human Summary Fixes outdated references to `MetastoreBackend` in docs and comments. ## AI Summary <details><summary>Click here</summary> The default state store backend class is `MetastoreBackend` (`airflow.state.metastore.MetastoreBackend`), but several places referred to a `MetastoreStateBackend` that does not exist. Readers following the docs landed on a name they could not find, and the `:class:` cross-reference in the common.io provider docs could not resolve. Renamed every reference to the real class name: - `providers/common/io/docs/state_store_backend.rst` — broken `:class:` cross-reference - `shared/state/src/airflow_shared/state/__init__.py` — `BaseStoreBackend` docstring - two `test_*_state_store.py` class docstrings - `AGENTS.md` (also fixes the stale route-handler path in the same sentence: `airflow/core_api/` → `airflow/api_fastapi/core_api/`) `dev/skill-evals/last-eval-hash.txt` is updated because `AGENTS.md` changed; the eval was re-run and both arms behave identically. No newsfragment: documentation/comment wording only, no behaviour change. </details> --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 5) Generated-by: Claude Code (Opus 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
