Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ choices matter.

## Repository purpose

This repository (`apache/airflow-steward`, future-renamed to
`apache/steward`) is the **generic, project-agnostic framework**.
This repository (currently `apache/airflow-steward`, **to be
renamed** — final name TBD per a working-group poll, see the
`Heads-up — rename in flight, name not yet chosen` note at the
top of [`README.md`](README.md) for the candidate list and
timeline) is the **generic, project-agnostic framework**.
It contains skills, tool adapters, generic process documentation,
and a project-template scaffold — and **no project-specific
content**. Adopting projects pull this repository in as a submodule
Expand Down
42 changes: 36 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [apache-steward](#apache-steward)
- [Apache Steward (to be renamed)](#apache-steward-to-be-renamed)
- [Skill families](#skill-families)
- [Adopting the framework](#adopting-the-framework)
- [Keeping the submodule current](#keeping-the-submodule-current)
Expand All @@ -13,13 +13,43 @@
<!-- SPDX-License-Identifier: Apache-2.0
https://www.apache.org/licenses/LICENSE-2.0 -->

# apache-steward
# Apache Steward (to be renamed)

> **Heads-up — rename in flight, name not yet chosen.** This
> repository is currently served from `apache/airflow-steward`
> and is going to be renamed to a **different** name — *not*
> `apache/steward`. The current name carries `airflow` for
> legacy reasons, but the framework is project-agnostic (it
> stewards multiple ASF project workflows, not just Airflow's),
> so the working group steering it will pick a new name that
> reflects that. The final name will be chosen by **discussion
> followed by a poll** among the working-group members.
>
> **Current candidate names** (the list is open for additions
> during the **week of 4–9 May 2026**, after which the poll
> opens):
>
> - Apache Mentor
> - Apache Reeve
> - Apache Guild
> - Apache Minerva
> - Apache Magpie
> - Apache Beacon
> - Apache Compass
> - Apache Lexicon
> - Apache Polyglot
>
> Until the rename lands on the GitHub side, every clone URL,
> git-submodule reference, and CI integration still uses the
> legacy `apache/airflow-steward` slug — all path examples in
> this README and the linked docs use that slug verbatim. The
> rename will only change the GitHub repository slug; existing
> checkouts will keep working with a single `git remote set-url`.

Reusable, project-agnostic framework for ASF-project automation.
Currently served from `apache/airflow-steward` for legacy reasons;
future-renamed to `apache/steward`. Adopters pull this repository
into their own tracker as a git submodule and ship project-specific
configuration alongside it under `<project-config>/`.
Adopters pull this repository into their own tracker as a git
submodule and ship project-specific configuration alongside it
under `<project-config>/`.

## Skill families

Expand Down
Loading