potiuk opened a new pull request, #67929: URL: https://github.com/apache/airflow/pull/67929
## What Migrates this repo's framework adoption from **apache-steward** to **Apache Magpie**, following the framework's upstream rename (apache/airflow-steward #436–#440) and driven by its built-in pre-Magpie → Magpie migration shim. ## Renames | Before | After | |--------|-------| | `.apache-steward/` (snapshot, gitignored) | `.apache-magpie/` | | `.apache-steward.lock` | `.apache-magpie.lock` | | `.apache-steward.local.lock` (gitignored) | `.apache-magpie.local.lock` | | `.apache-steward-overrides/` | `.apache-magpie-overrides/` | | committed `setup-steward` skill | `magpie-setup` | | framework symlinks (bare names) | `magpie-*` (`list-steward-skills` → `magpie-list-skills`) | ## Adopter config updated - **`.gitignore`** — collapsed the per-family symlink lines into a single `magpie-*` glob, with a `!/.../magpie-setup` negation so the committed bootstrap stays tracked. - **`.pre-commit-config.yaml`** — the hook exclusions that named `.github/skills/setup-steward/` and `.apache-steward-overrides/` now point at the magpie paths (otherwise the license / codespell / markdownlint / lychee hooks fail on the renamed committed skill). - **`.git/hooks/post-checkout`** comment + **`README.md`** / **`AGENTS.md`** references. From now on use **`/magpie-setup`** for all framework operations. > The framework name in prose (the "apache-steward framework" heading) is intentionally left for a separate rebrand pass; this PR is the mechanical layout migration. 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]
