From db39a5aac779afd00bbe8d3c50dd17d77bc9ec16 Mon Sep 17 00:00:00 2001 From: Shay Date: Wed, 20 May 2026 12:46:13 -0700 Subject: [PATCH] =?UTF-8?q?chore(adr):=20rename=20ADR-0081=20frontier=20pr?= =?UTF-8?q?ovider=20adapters=20=E2=86=92=20ADR-0082=20(#59)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves a same-day numbering collision: the prior session produced ADR-0080 + ADR-0081 (geometric stress field, falsified) in docs/decisions/ while the frontier-provider-adapters work was authored as ADR-0081 in a newly-created docs/adr/ directory, unaware of the concurrent track. This commit takes the minimum-blast-radius fix: - docs/adr/ADR-0081-...md → docs/adr/ADR-0082-...md - Update title header to ADR-0082, add "Renumbered from" breadcrumb - Update the two source-file docstrings that cite the ADR number (providers.py, model_registry.py) The "two ADR directories" question (docs/adr/ vs docs/decisions/) is NOT resolved here — docs/adr/ now has exactly one entry, while docs/decisions/ is the canonical location per CLAUDE.md. A future PR should either consolidate or document the split; this commit just unblocks the immediate naming collision. Out of scope: - Consolidating directories - Renumbering anything in docs/decisions/ - Re-numbering on the dev's local main (already pulled into this branch) --- ...-adapters.md => ADR-0082-frontier-provider-adapters.md} | 7 ++++--- evals/frontier_compare/model_registry.py | 2 +- evals/frontier_compare/providers.py | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) rename docs/adr/{ADR-0081-frontier-provider-adapters.md => ADR-0082-frontier-provider-adapters.md} (96%) diff --git a/docs/adr/ADR-0081-frontier-provider-adapters.md b/docs/adr/ADR-0082-frontier-provider-adapters.md similarity index 96% rename from docs/adr/ADR-0081-frontier-provider-adapters.md rename to docs/adr/ADR-0082-frontier-provider-adapters.md index 3f9ba30c..d8895c57 100644 --- a/docs/adr/ADR-0081-frontier-provider-adapters.md +++ b/docs/adr/ADR-0082-frontier-provider-adapters.md @@ -1,8 +1,9 @@ -# ADR-0081 — Frontier Provider Adapters +# ADR-0082 — Frontier Provider Adapters -**Status:** Ratified -**Date:** 2026-05-20 +**Status:** Ratified +**Date:** 2026-05-20 **Author:** Shay +**Renumbered from:** ADR-0081 (collided with a parallel `docs/decisions/` track; this `docs/adr/` track is renumbered to 0082 to keep both sequences monotonic). --- diff --git a/evals/frontier_compare/model_registry.py b/evals/frontier_compare/model_registry.py index 9e444ed7..1c3497f9 100644 --- a/evals/frontier_compare/model_registry.py +++ b/evals/frontier_compare/model_registry.py @@ -21,7 +21,7 @@ Adding a new model ADR --- -ADR-0081 — Frontier provider adapters +ADR-0082 — Frontier provider adapters """ from __future__ import annotations diff --git a/evals/frontier_compare/providers.py b/evals/frontier_compare/providers.py index ced61cae..205b3ac3 100644 --- a/evals/frontier_compare/providers.py +++ b/evals/frontier_compare/providers.py @@ -46,7 +46,7 @@ Provider keys ADR --- -ADR-0081 — Frontier provider adapters +ADR-0082 — Frontier provider adapters """ from __future__ import annotations