From 7085bdf6050f6aaddcc7990854b9c266c77a1758 Mon Sep 17 00:00:00 2001 From: Pierre-Anthony Lemieux Date: Tue, 25 Aug 2026 07:56:55 -0700 Subject: [PATCH 1/3] Add CNFT (CONFORM.TOOLS) to facilities.json Closes #1428 Co-Authored-By: Claude Sonnet 5 --- src/main/data/facilities.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/data/facilities.json b/src/main/data/facilities.json index dcf7ee2c..6632f2df 100644 --- a/src/main/data/facilities.json +++ b/src/main/data/facilities.json @@ -1550,6 +1550,16 @@ "code": "CNC", "description": "CENTRE NATIONAL DU CINÉMA ET DE L'IMAGE ANIMÉE" }, + { + "code": "CNFT", + "description": "CONFORM.TOOLS", + "url": "https://conform.tools", + "contact": { + "name": "Brandon Thomas", + "email": "brandon.thomas@conform.tools", + "address": "2815 Manor Road, Ste 202, Austin, TX 78722" + } + }, { "code": "CNG", "description": "CINEGO" From cd5ef462d8be83214d767a3cab3431b1985fbf8d Mon Sep 17 00:00:00 2001 From: ISDCF Registries Canonicalizer Date: Tue, 25 Aug 2026 14:57:20 +0000 Subject: [PATCH 2/3] Registries have been canonicalized --- src/main/data/facilities.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/data/facilities.json b/src/main/data/facilities.json index 6632f2df..3d6a72e4 100644 --- a/src/main/data/facilities.json +++ b/src/main/data/facilities.json @@ -1552,13 +1552,13 @@ }, { "code": "CNFT", - "description": "CONFORM.TOOLS", - "url": "https://conform.tools", "contact": { - "name": "Brandon Thomas", + "address": "2815 Manor Road, Ste 202, Austin, TX 78722", "email": "brandon.thomas@conform.tools", - "address": "2815 Manor Road, Ste 202, Austin, TX 78722" - } + "name": "Brandon Thomas" + }, + "description": "CONFORM.TOOLS", + "url": "https://conform.tools" }, { "code": "CNG", From bb47af33c5fec6f58b5bacfa99dd32ac45402e0f Mon Sep 17 00:00:00 2001 From: Pierre-Anthony Lemieux Date: Tue, 25 Aug 2026 07:58:00 -0700 Subject: [PATCH 3/3] Add country to CNFT mailing address Co-Authored-By: Claude Sonnet 5 --- src/main/data/facilities.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/data/facilities.json b/src/main/data/facilities.json index 3d6a72e4..e133610d 100644 --- a/src/main/data/facilities.json +++ b/src/main/data/facilities.json @@ -1553,7 +1553,7 @@ { "code": "CNFT", "contact": { - "address": "2815 Manor Road, Ste 202, Austin, TX 78722", + "address": "2815 Manor Road, Ste 202, Austin, TX 78722, USA", "email": "brandon.thomas@conform.tools", "name": "Brandon Thomas" },