Skip to content

Commit 24e5000

Browse files
committed
fix(uk-intake): drop data/countries.json change (governance lane only)
The previous force-push left the registry entry in this culture/* branch's diff. The branch-scope contract forbids that: culture/<X> -> regions/<region>/<country>/** + safe metadata data/countries.json is in GOVERNANCE_GLOB_PATTERNS (see tests/branch_scope.py), not safe metadata, so culture/uk-intake cannot touch it. The CI flagged this via "cultures - Branch scope diff check" and "pr-gate - Diff within branch scope". Registry intake for UK happens on the sibling governance/registry-intake-united-kingdom branch (already exists, PR pending). After that lands on main and the next sync brings it down to culture/release, the UK content here connects to the registry entry via the rebase. This commit reverts data/countries.json on this branch to its culture/release state -- no change from the file's authoritative parent. https://claude.ai/code/session_01PaUEPspVUzy36LUZ4t1yEU
1 parent 0ac2f3b commit 24e5000

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

data/countries.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,6 @@
128128
"language": "de",
129129
"name_source": "BFS_CH_2023"
130130
},
131-
{
132-
"id": "united_kingdom",
133-
"name": "United Kingdom",
134-
"region": "europe",
135-
"asset": "cultures-europe-united_kingdom.zip",
136-
"anchor": { "type": "region", "iso": "GB" },
137-
"language": "en",
138-
"name_source": "ONS_GB_2022"
139-
},
140131
{
141132
"id": "schleswig_holstein",
142133
"name": "Schleswig Holstein",

0 commit comments

Comments
 (0)