From c35b5100409fdfdd2372813b0b16c7064108c130 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Thu, 25 Jun 2026 14:56:09 +0200 Subject: [PATCH] =?UTF-8?q?docs(adr):=20fill=20the=20ADR-0002=20=E2=86=94?= =?UTF-8?q?=20PR=20backlink=20(factory#15)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces the placeholder References line with the PR URL so the ADR↔PR crosslink is bidirectional per the AGENTS.md rule. Co-Authored-By: Claude Opus 4.7 (1M context) --- vibe/ADR/0002-per-application-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vibe/ADR/0002-per-application-environments.md b/vibe/ADR/0002-per-application-environments.md index 31099be..8d2e85e 100644 --- a/vibe/ADR/0002-per-application-environments.md +++ b/vibe/ADR/0002-per-application-environments.md @@ -94,4 +94,4 @@ The two ADRs are therefore complementary, not contradictory, and ADR-0002 does n - [new-web-app conventions](../../doc/runbooks/new-web-app/conventions.md) — the single-env `` convention this ADR extends with the env coordinate. - [Phase A — `tools` Vault module env parameter](https://gitea.arcodange.lab/arcodange-org/tools/pulls/2) — adds the optional `env` / `envs` parameter to the shared `app_roles` and `app_policy` modules. - [Phase C — `erp` chart literal templating](https://gitea.arcodange.lab/arcodange-org/erp/pulls/11) — templates the chart's single-env literals to `.Values` so one chart renders any instance. -- PR that introduces this ADR: _to be linked once opened_ (the PR description must link back to this ADR — bidirectional). +- [PR factory#15 — this ADR](https://gitea.arcodange.lab/arcodange-org/factory/pulls/15) — the change that introduces ADR-0002 (links back to this file).