From 7f4fa2268cd2355ad6f5f12b56112815c9a7beb9 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 8 Sep 2026 10:15:05 +0000 Subject: [PATCH] QEP-3: Accepted MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Applies the terminal outcome in the three places AGENTS.md requires: the YAML frontmatter, the in-document header table's Status row, and the README index row. QEP-3 has been merged to main carrying status Draft since 2026-07-10 (d5490fe), with no open PR — a state QEP-1's lifecycle table does not admit, since it defines Draft as "under discussion on an open PR" and records that Accepted, Rejected and Withdrawn QEPs are all merged. Its discussion field points at its own merged PR, so there has been no venue in which the discussion its status asserted could take place. Accepting rather than re-opening: the naming families are in live use across the org (status-*, project-*, workspace-*, action-*) and are load-bearing for the projects registry; the document has drawn no objection in two months; and the Adoption-is-obligations rule it establishes is already cited by QEP-1 v2. This also unblocks #25, which holds the proposal-*/grant-* family question and states that it lands as an amendment to QEP-3 after acceptance. No version field: implicitly v0 until first amended. Discussion of the anomaly and the two options is on #27. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Hwm5shrGXmaq4r3Lp9kS33 --- README.md | 2 +- qeps/qep-0003-repository-naming-and-types.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 011229b..1cba5e9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ need a QEP. |-----|-------|------|--------|---------| | [QEP-1](qeps/qep-0001-purpose-and-process.md) | QEP Purpose and Process | process | Accepted | v2 | | [QEP-2](qeps/qep-0002-standard-github-labels.md) | Standard GitHub Label Set and Labelling Policy | standard | Accepted | – | -| [QEP-3](qeps/qep-0003-repository-naming-and-types.md) | Repository Naming and Types | standard | Draft | – | +| [QEP-3](qeps/qep-0003-repository-naming-and-types.md) | Repository Naming and Types | standard | Accepted | – | QEPs that set an ongoing rule are **maintained in place**: a substantive amendment bumps the QEP's `version` (shown above) under the same review process, rather than superseding diff --git a/qeps/qep-0003-repository-naming-and-types.md b/qeps/qep-0003-repository-naming-and-types.md index aebd147..093c4be 100644 --- a/qeps/qep-0003-repository-naming-and-types.md +++ b/qeps/qep-0003-repository-naming-and-types.md @@ -2,7 +2,7 @@ qep: 3 title: Repository Naming and Types author: "@mmcky" -status: Draft +status: Accepted type: standard created: 2026-07-10 discussion: https://github.com/QuantEcon/qeps/pull/7 @@ -15,7 +15,7 @@ discussion: https://github.com/QuantEcon/qeps/pull/7 | **QEP** | 3 | | **Title** | Repository Naming and Types | | **Author** | @mmcky | -| **Status** | Draft | +| **Status** | Accepted | | **Type** | standard | | **Created** | 2026-07-10 | | **Discussion** | [QuantEcon/qeps#7](https://github.com/QuantEcon/qeps/pull/7) |