From 56d516e10cdad6691f254ec9cb11f11ea364f7de Mon Sep 17 00:00:00 2001 From: codex Date: Wed, 19 Aug 2026 01:09:18 +0200 Subject: [PATCH] Add unique publication ids to platform ADRs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RPLAT-ADR-0001–0003 so policy-nexus can register the S3, placement, and file-backed decision records. --- docs/adr/ADR-0001-s3-platform-service-boundary.md | 1 + docs/adr/ADR-0002-placement-policy-ownership.md | 1 + docs/adr/ADR-0003-decisions-live-in-the-repo.md | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/adr/ADR-0001-s3-platform-service-boundary.md b/docs/adr/ADR-0001-s3-platform-service-boundary.md index 53f4460..64c9519 100644 --- a/docs/adr/ADR-0001-s3-platform-service-boundary.md +++ b/docs/adr/ADR-0001-s3-platform-service-boundary.md @@ -1,4 +1,5 @@ --- +id: RPLAT-ADR-0001 title: "ADR-0001 — S3 owns platform services, not the substrate beneath them" status: accepted revision: "1.0" diff --git a/docs/adr/ADR-0002-placement-policy-ownership.md b/docs/adr/ADR-0002-placement-policy-ownership.md index ed2619f..2acff67 100644 --- a/docs/adr/ADR-0002-placement-policy-ownership.md +++ b/docs/adr/ADR-0002-placement-policy-ownership.md @@ -1,4 +1,5 @@ --- +id: RPLAT-ADR-0002 title: "ADR-0002 — S3 owns the placement rule; the package repo owns the number" status: proposed revision: "1.0" diff --git a/docs/adr/ADR-0003-decisions-live-in-the-repo.md b/docs/adr/ADR-0003-decisions-live-in-the-repo.md index 187d528..a157fa7 100644 --- a/docs/adr/ADR-0003-decisions-live-in-the-repo.md +++ b/docs/adr/ADR-0003-decisions-live-in-the-repo.md @@ -1,4 +1,5 @@ --- +id: RPLAT-ADR-0003 title: "ADR-0003 — Decisions that bind others live in docs/adr, not only in the State Hub" status: accepted revision: "1.0"