From aad06f6630ca8111d1ef5680979b4c8ce045386c Mon Sep 17 00:00:00 2001 From: Adam Monsen Date: Thu, 16 Jul 2026 10:37:11 -0700 Subject: [PATCH 1/4] improve mission statement Just a suggestion. I started this patch to fix the duplication of the words "creation and maintenance of software related to" and then ended up rewriting the whole thing, mostly based on the (IMHO better) wording I found at https://magpie.apache.org . --- MISSION.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/MISSION.md b/MISSION.md index 4fc699b1..048ae5db 100644 --- a/MISSION.md +++ b/MISSION.md @@ -41,11 +41,12 @@ ## Mission -Apache Magpie is responsible for the creation and maintenance of software -related to creation and maintenance of software related to agent-assisted -repository maintainership and development, including issue and pull-request -triage, contributor mentoring, agent-drafted remediation, developer-side -development-cycle skills, and narrowly-scoped fix-and-merge automation +Apache Magpie provides high-quality recipes for agent-assisted software project +maintenance. + +These recipes allow human maintainers working with AIs to efficiently handle +the repetitive parts of running an open-source project: Issue triage, PR +review, mentoring contributors, managing security reports, and more. ## Abstract From 0058248d28df9b610b0ddc0e6dcd5adeb7485e88 Mon Sep 17 00:00:00 2001 From: Adam Monsen Date: Thu, 16 Jul 2026 17:55:50 -0700 Subject: [PATCH 2/4] remove dup words, leave the rest as-is --- MISSION.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/MISSION.md b/MISSION.md index 048ae5db..601d0e09 100644 --- a/MISSION.md +++ b/MISSION.md @@ -41,12 +41,11 @@ ## Mission -Apache Magpie provides high-quality recipes for agent-assisted software project -maintenance. - -These recipes allow human maintainers working with AIs to efficiently handle -the repetitive parts of running an open-source project: Issue triage, PR -review, mentoring contributors, managing security reports, and more. +Apache Magpie is responsible for the creation and maintenance of software +related to agent-assisted repository maintainership and development, including +issue and pull-request triage, contributor mentoring, agent-drafted +remediation, developer-side development-cycle skills, and narrowly-scoped +fix-and-merge automation ## Abstract From caf7bc5a13106ec997b251e564364a0fb124d392 Mon Sep 17 00:00:00 2001 From: Adam Monsen Date: Thu, 16 Jul 2026 18:01:13 -0700 Subject: [PATCH 3/4] improve intro text in top-level readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d52c851e..bece06f9 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,14 @@ [![Magpie](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/apache/magpie/main/assets/badge.json)](https://magpie.apache.org/) -A reusable, project-agnostic framework for ASF-project automation. -Currently in development for ASF projects + Python Core team +Apache Magpie provides high-quality recipes for agent-assisted software project +maintenance. + +These recipes allow human maintainers working with AIs to efficiently handle +the repetitive parts of running an open-source project: Issue triage, PR +review, mentoring contributors, managing security reports, and more. + +Magpie is currently in development for ASF projects + Python Core team friendlies. **Not** a public marketplace skill — adoption is by invitation while the framework is pre-release; once we ship via the [ASF release policy](https://www.apache.org/legal/release-policy.html), From 3636f2fb431934cb7621288e1677e5c3f94b182b Mon Sep 17 00:00:00 2001 From: Adam Monsen Date: Thu, 16 Jul 2026 18:05:21 -0700 Subject: [PATCH 4/4] add period at end of mission sentence --- MISSION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MISSION.md b/MISSION.md index 601d0e09..10a4a3d4 100644 --- a/MISSION.md +++ b/MISSION.md @@ -45,7 +45,7 @@ Apache Magpie is responsible for the creation and maintenance of software related to agent-assisted repository maintainership and development, including issue and pull-request triage, contributor mentoring, agent-drafted remediation, developer-side development-cycle skills, and narrowly-scoped -fix-and-merge automation +fix-and-merge automation. ## Abstract