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

choo121600 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 675439d1590 Refresh apache-magpie setup bootstrap skill from framework 
upgrade (#68235)
675439d1590 is described below

commit 675439d1590733ad53df71414f31d3cca69a6680
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jun 8 17:15:29 2026 +0200

    Refresh apache-magpie setup bootstrap skill from framework upgrade (#68235)
    
    Picks up the framework's shortened setup-skill description from the
    apache/airflow-steward upgrade (snapshot dc98175cd). No behavior change.
    
    Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
---
 .agents/skills/magpie-setup/SKILL.md | 24 +++++++-----------------
 1 file changed, 7 insertions(+), 17 deletions(-)

diff --git a/.agents/skills/magpie-setup/SKILL.md 
b/.agents/skills/magpie-setup/SKILL.md
index 15ccb89006d..cfa5a435b8f 100644
--- a/.agents/skills/magpie-setup/SKILL.md
+++ b/.agents/skills/magpie-setup/SKILL.md
@@ -3,25 +3,15 @@ name: magpie-setup
 description: |
   Adopt and maintain the apache-steward framework in a project
   repo via the snapshot-based adoption mechanism. The only
-  framework skill committed in an adopter's repo — every other
+  framework skill committed in an adopter's repo; every other
   skill is a symlink the adopt sub-action wires up.
   Sub-actions:
-    `/magpie-setup`         — first-time adoption (default;
-                                main-checkout only)
-    `/magpie-setup upgrade` — refresh the gitignored snapshot
-                                per the committed lock
-                                (main-checkout only)
-    `/magpie-setup worktree-init` — symlink a worktree's
-                                snapshot to the main's
-    `/magpie-setup verify`  — health check + drift detection
-    `/magpie-setup override <skill>` — open or scaffold an
-                                agentic override in
-                                `.apache-magpie-overrides/`
-    `/magpie-setup unadopt` — reverse the adoption (snapshot,
-                               locks, symlinks, hook, doc
-                               sections); preserves
-                               `.apache-magpie-overrides/` by
-                               default (main-checkout only)
+    `/magpie-setup` - first-time adoption (default; main-checkout only)
+    `/magpie-setup upgrade` - refresh the gitignored snapshot per the 
committed lock (main-checkout only)
+    `/magpie-setup worktree-init` - symlink a worktree's snapshot to the main's
+    `/magpie-setup verify` - health check + drift detection
+    `/magpie-setup override <skill>` - open or scaffold an agentic override in 
`.apache-magpie-overrides/`
+    `/magpie-setup unadopt` - reverse the adoption (snapshot, locks, symlinks, 
hook, doc sections); preserves `.apache-magpie-overrides/` by default 
(main-checkout only)
 when_to_use: |
   Invoke when the user says "adopt apache-steward", "adopt
   apache/airflow-steward", "set up steward in this repo",

Reply via email to