content: add 4 Netherlands canons (policy/medical/disaster); re-verify 3 aging code canons - #180
Merged
Merged
Conversation
New country canons (nl went from 5 to 9, all previously generic EU-template entries): - policy/rni-desk-restricted-for-non-eu/nl - medical/gp-gatekeeper-referral-required/nl - medical/health-insurance-deadline-not-retroactive/nl - disaster/warning-siren-shelter-in-place/nl Sources are primary throughout: government.nl, rijksoverheid.nl, netherlandsworldwide.nl, Zorginstituut Nederland, the CAK, and nl-alert.nl. Re-verification bucket (seed 'nl'), all sources re-read: - cuda/torch-cuda-oom-new/torch2-a100 - PyTorch docs moved to docs.pytorch.org; the empty_cache page now 404s at its old path; the allocator env var is PYTORCH_ALLOC_CONF, with PYTORCH_CUDA_ALLOC_CONF retained only as a backward-compatibility alias. - go/import-cycle-not-allowed/go121-linux - both cited URLs resolve, but the cmd/go "Add dependencies" anchor supported neither dead end. Re-cited to the Go spec, the cmd/compile linkname directive, and the Go 1.23 release notes documenting the linker restriction on //go:linkname. - database/disk-full/pg16-linux - claims hold verbatim; sources re-pinned from /docs/current/ (now PostgreSQL 18) to /docs/16/, and the two unsourced workarounds now cite the docs that back them. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011T3JtSosqwVj8nb7So6Gip
|
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
The Netherlands had 5 canons, all generic EU-template entries — Schengen 90/180, EU roaming, 112, EHIC, and cycling priority. Nothing Dutch-specific. Every one of those pages would read the same for Belgium or Ireland.
This adds four canons covering dead ends that are specific to Dutch administration and Dutch civil-protection doctrine, where generic LLM advice is confidently wrong. nl: 5 → 9. Countries: 66 (unchanged). Total canons: 2505 → 2509.
PR #179 is concurrently working Finland; no overlap in country, domain slug, or re-verification bucket.
Canons added
policy/rni-desk-restricted-for-non-eu/nlmedical/gp-gatekeeper-referral-required/nlverwijsbriefyou may pay for the treatment yourself, and the GP may refuse a referral they judge medically pointless. Plus the cost consequence nobody mentions: GP care including the out-of-hours huisartsenpost is exempt from the €385 eigen risico, while a hospital emergency department delivers medisch-specialistische zorg, which is not — the same complaint routed wrongly costs up to the full deductible.medical/health-insurance-deadline-not-retroactive/nldisaster/warning-siren-shelter-in-place/nlDuplicate check
Each was checked against the country's existing entries by topic, not slug:
visa/90-180-schengen-rule/nl, which is about permitted stay length. This is about the registration/BSN mechanics once you are here. Cross-linked to the insurance canon vialeads_to.medical/ehic-non-eu-ineligible/nl(who is covered). This is how care is accessed once covered. Cross-linked asfrequently_confused_with.…/chentry, and the two genuinely differ in the rule they document: Switzerland backdates to arrival when you enrol inside its three-month window; the Netherlands, once its four-month window is missed, does not backdate at all. Cross-linked with that distinction spelled out.disaster/**/nl; the closest site-wide isdisaster/tornado-warning-zone-not-actual-storm-path/ca, a different hazard and a different response.Sources
Primary throughout — government, regulator, and statutory-body pages, each opened and read:
[eigen risico](https://www.rijksoverheid.nl/vraag-en-antwoord/zorgverzekering/eigen-risico-zorgverzekering), [huisartskosten op de zorgnota](https://www.rijksoverheid.nl/onderwerpen/eerstelijnszorg/vraag-en-antwoord/huisartskosten-op-zorgnota), [insurance when working in NL](https://www.rijksoverheid.nl/onderwerpen/immigratie-naar-nederland/vraag-en-antwoord/moet-ik-een-zorgverzekering-afsluiten-als-ik-in-nederland-ga-werken),`` retroactive start from the permit date,`` what to do when the siren soundsNo Reddit, blogs, or forums are cited anywhere, including in
conditionandcommon_misconception.Re-verification (bucket seed
nl)Bucket taken from
python -m generator.reverify --seed nlaftergit fetch origin --prune; the claim scan reported excluded 89 canon(s) claimed by 29 other pushed branch(es) — complete, not incomplete. Everysources[]URL on all three was opened and read before any date was touched. Two of the three needed content changes, which is the point of the exercise:cuda/torch-cuda-oom-new/torch2-a100— sources moved, and one claim went stale.pytorch.org/docs/*now 301s todocs.pytorch.org/docs/*, andgenerated/torch.cuda.empty_cache.html404s outright — the page is nowgenerated/torch.cuda.memory.empty_cache.html. All five URLs re-pointed. Separately, the allocator environment variable has been renamed: the current docs sayPYTORCH_ALLOC_CONFis canonical and "PYTORCH_CUDA_ALLOC_CONFis its alias and is provided only for backward compatibility." The dead end's action and rationale were updated to name both. The underlying claims still hold verbatim — "empty_cache() doesn't increase the amount of GPU memory available for PyTorch."go/import-cycle-not-allowed/go121-linux— citations did not support the claims.Both cited URLs still resolve, so a link-checker would have passed them, but the
cmd/go"Add dependencies to current module and install them" anchor supports neither the "merge the packages" nor the "use go:linkname" dead end. It was a mis-citation from bulk generation. Re-cited to sources that actually carry the claims: the Go spec ("It is illegal for a package to import itself, directly or indirectly"), the cmd/compile linkname directive (only enabled in files importingunsafe), and the Go 1.23 release notes, which document the linker now disallowing//go:linknamereferences to unmarked standard-library internal symbols — concrete support for "breaks with Go updates," which the canon previously asserted without evidence.database/disk-full/pg16-linux— claims hold; sources tightened.Both claims confirmed verbatim in the PG 16 docs ("requires extra disk space, since it writes a new copy of the table and doesn't release the old copy until the operation is complete"; and, on WAL, that only segments preceding the latest checkpoint's redo record are recyclable). Sources re-pinned from
/docs/current/— which now serves PostgreSQL 18, not the 16 this canon declares — to/docs/16/, and the two workarounds that previously carried no sources at all now citesql-vacuum.htmlandwal-internals.html(the latter documents the move-pg_wal-and-symlink procedure the workaround describes).Nothing was dropped for lack of sources, and no date was bumped on a canon whose sources were not re-read.
Validation
All green locally:
No new warnings on any file touched by this PR.
Generated by Claude Code