From e6ec921d566e1c6247cf3ca8936398d44c351d78 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 16 Jul 2026 00:27:15 +0000 Subject: [PATCH] docs: accept ADR-0005 on Outcome factory naming The maintainer accepted the decision: flip ADR-0005 from Proposed to Accepted, date it to the day it reached that status, and update the index row. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_012ULkMmGS2EgnALAJtwpxtP --- ...he-plain-factory-name-for-the-outcome-returning-variant.md | 4 ++-- maintainers/adr/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/maintainers/adr/0005-reserve-the-plain-factory-name-for-the-outcome-returning-variant.md b/maintainers/adr/0005-reserve-the-plain-factory-name-for-the-outcome-returning-variant.md index 8b0c518..a42bdcc 100644 --- a/maintainers/adr/0005-reserve-the-plain-factory-name-for-the-outcome-returning-variant.md +++ b/maintainers/adr/0005-reserve-the-plain-factory-name-for-the-outcome-returning-variant.md @@ -1,7 +1,7 @@ # ADR-0005 | Reserve the plain factory name for the Outcome-returning variant -**Status:** Proposed -**Date:** 2026-07-15 +**Status:** Accepted +**Date:** 2026-07-16 **Decision Makers:** Reefact ## Context diff --git a/maintainers/adr/README.md b/maintainers/adr/README.md index ed7c7cc..35e54a0 100644 --- a/maintainers/adr/README.md +++ b/maintainers/adr/README.md @@ -173,5 +173,5 @@ Optional supporting material: | [ADR-0002](0002-floor-the-tooling-runtime.md) | Floor the tooling runtime at the oldest supported LTS | Accepted | | [ADR-0003](0003-unify-outcome-value-mapping-under-then.md) | Unify Outcome value mapping under Then | Accepted | | [ADR-0004](0004-check-every-pull-request-against-the-adr-base.md) | Check every pull request against the ADR base | Accepted | -| [ADR-0005](0005-reserve-the-plain-factory-name-for-the-outcome-returning-variant.md) | Reserve the plain factory name for the Outcome-returning variant | Proposed | +| [ADR-0005](0005-reserve-the-plain-factory-name-for-the-outcome-returning-variant.md) | Reserve the plain factory name for the Outcome-returning variant | Accepted | | [ADR-0006](0006-supply-arbitrary-test-values-from-a-seedable-source.md) | Supply arbitrary test values from a single seedable source | Accepted |