FYI. Noticed that in this PR - I am rebasing all opened PRs - because the change in job name triggered "protected-branches" and would have prevented merges.
I just merged https://github.com/apache/airflow-steward/pull/341, which adds an "umbrella" job for tests, "tests-ok." This job will prevent test additions or renames to cause similar issues in the future and now I am rebasing all the open PRs to make them "mergable" again (resolving a few conflicts along the way as well) :) J. On Wed, May 27, 2026 at 12:45 PM Jarek Potiuk <[email protected]> wrote: > Hello here, > > I think we are slowly closing the loop on **everything** from the > infrastructure point of view. > > Yesterday I created a number of issues and a contribution guide and today > I added labels for our different capabilities. > > All issues, skills, and tools are tagged with the right capabilities. > Additionally, we have a capability map in common documentation and a set of > prek hooks to ensure each SKILL and each tool has some capabilities > assigned + that all documentation remains in sync. > > https://github.com/apache/airflow-steward/pull/340 > > This is the final "glue" between different parts of Magpie: > > Skills implement workflows, and need certain capabilities to run, while > tools implement those capabilities. This is the current list of > capabilities: > > > - capability:fix -> Implement code change to resolve an issue > - capability:intake -> Import external signal + sync tracker state > - capability:reassess -> Re-run historical issues against current code > - capability:reconciliation -> Compare tracker state against external > inventory; surface drift > - capability:resolve - Close-out: invalidate, dedupe, CVE allocate, > announcement > - capability:review -> Deep per-item code review or contributor > mentoring > - capability:setup -> Framework / agent / substrate infrastructure + > authoring > - capability:stats -> Read-only dashboards, metrics, governance > evidence > - capability:triage -> Sweep + classify + propose disposition > > > J. >
