Author: sebb Date: Fri Jun 19 11:12:25 2026 New Revision: 1935503 Log: +=Magpie
Added: comdev/projects.apache.org/trunk/data/committees/magpie.rdf (contents, props changed) Modified: comdev/projects.apache.org/trunk/data/committees.xml Modified: comdev/projects.apache.org/trunk/data/committees.xml ============================================================================== --- comdev/projects.apache.org/trunk/data/committees.xml Fri Jun 19 07:55:13 2026 (r1935502) +++ comdev/projects.apache.org/trunk/data/committees.xml Fri Jun 19 11:12:25 2026 (r1935503) @@ -173,6 +173,7 @@ <location>committees/lucenenet.rdf</location> <!-- Retired <location>committees-retired/lucy.rdf</location> --> <location>committees/madlib.rdf</location> + <location>committees/magpie.rdf</location> <location>committees/mahout.rdf</location> <location>committees/manifoldcf.rdf</location> <!-- Retired: location>committees-retired/marmotta.rdf</location --> Added: comdev/projects.apache.org/trunk/data/committees/magpie.rdf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ comdev/projects.apache.org/trunk/data/committees/magpie.rdf Fri Jun 19 11:12:25 2026 (r1935503) @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<rdf:RDF xml:lang="en" + xmlns="http://usefulinc.com/ns/doap#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:asfext="http://projects.apache.org/ns/asfext#" + xmlns:foaf="http://xmlns.com/foaf/0.1/"> + <asfext:pmc rdf:about="magpie"> + <asfext:name>Apache Magpie</asfext:name> + <asfext:charter> + The mission of Apache Magpie is 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 + </asfext:charter> + <foaf:homepage rdf:resource="https://magpie.apache.org"/> + </asfext:pmc> +</rdf:RDF>
