content: add 4 Colombia canons; re-verify 3 aging code canons - #192
Merged
Conversation
Adds mental-health, disaster, legal, and medical coverage for Colombia (previously only banking/communication/emergency/food-safety/safety/visa), and re-verifies the oldest 3 canons in this cycle's reverify bucket.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Gap filled
Colombia (
co) had only 6 canons, all inbanking/communication/emergency/food-safety/safety/visa. This PR adds the first Colombia entries in four previously-empty domains:mental-health,disaster,legal,medical. Checked open PRs #179 (Finland) and #181 (Greece) first to avoid collision — neither touches Colombia or these code canons.Duplicate check:
banking/foreigner-account-opening/coalready covers the "tourist can't get a cédula de extranjería → can't bank" dead end, so that angle was deliberately avoided here (a cédula-for-tourists canon was researched but dropped once this overlap was found).Canons added
mental-health/linea-106-national-not-bogota-only/co— Colombia's 106 mental-health crisis line is a free, national, 24/7 short code coordinated by the Ministerio de Salud, but city/district pages (e.g. Bogotá's own) present it as a purely local service with no mention of the national scope, which is where the "Bogotá-only" misconception starts.disaster/volcanic-alert-color-not-timeframe/co— Since the SGC's 14 Sept 2023 scheme change, volcanic alert colors (verde/amarillo/naranja/rojo) no longer carry a days/weeks/hours eruption-timing claim the way the old "activity level" orange did; red means an eruption is already in progress, and volcanoes don't necessarily escalate level-by-level first (Nevado del Huila erupted ~21 hours after 500+ years dormant).legal/dosis-personal-decriminalized-not-legal/co— Sentencia C-221/1994 decriminalized carrying a personal dose (20g marijuana / 5g hashish / 1g cocaine / 2g methaqualone) but explicitly did not legalize production, trafficking, or sale, and consumption in certain public spaces still carries administrative sanctions.medical/urgencias-guaranteed-not-full-healthcare/co— Constitutional Court rulings T-021/2021 and T-090/2021 guarantee initial emergency care to everyone regardless of documentation status, but non-emergency/ongoing care generally requires regularized status + EPS affiliation (minors are the one carved-out exception).Sources used
Re-verified this cycle (bucket for seed
co, viagenerator.reverify)go/multiple-value-in-single-context/go121-linux— sources on go.dev/doc/effective_go still support the claim; date bumped.go/undefined-reference/go1-linux— sources on go.dev/doc/effective_go and go.dev/ref/spec still support the claim; date bumped.terraform/invalid-count-argument/tf115-linux— content still correct, but one source (.../language/resources) didn't state the count/for_each mutual-exclusivity rule as directly as the current HashiCorp docs; swapped it for.../language/meta-arguments/count, which states it explicitly. Date bumped.Validation
ruff check generator/ tests/— cleanpython -m pytest tests/ -q— 369 passedpython -m generator.validate --data-only— PASSED (only pre-existing aging warnings, no new ones)python -m generator.build_site— built cleanlypython -m generator.validate --site-only— PASSEDGenerated by Claude Code