falsifiedThe challenge neutraliser-added-for-a-new-element fired: Fired on 2026-07-30. `grep -cE '^[[:space:]]*border-radius[[:space:]]*:' 'app/(public)/_shell/primitives.css'` now prints 7, not 5. The two new declarations are at lines 546 and 551, added the same day to switch off the light skin's remaining plates: `.pub-legal` (a 24px radius plus a 1px inset ring, painting on /about, /privacy, /terms, /security and /tokushoho at every width from 1440 down to 430) and `.pub-page-glyph` (a 12px radius on /security). Both new values are `0`, so the shell paints no rounded box it did not paint before - which is the whole point of this challenge.

app/(public)/_shell/primitives.css contains exactly five border-radius declarations.

condition, falsification, receipt
Glovrexe20c9a1188d2
condition
Declarations only, where a declaration is a line whose first non-space characters are `border-radius:`. As of 2026-07-30, for the copy of that file in this repository. Re-hashed on every read of this page.
falsified if
`grep -cE '^[[:space:]]*border-radius[[:space:]]*:' 'app/(public)/_shell/primitives.css'` prints any number other than 5.
verifiedsha256 e20c9a1188d214fbe03dcb01f3ccf61c9dab4a828cc890e37a349c155e021deameans the evidence below resolved and its hash matched - not that the claim is correct

notes

Measured 2026-07-30, on the bytes this page hashes: five line-initial `border-radius:` declarations, at lines 314, 332, 394, 417 and 434. All five have the value `0`.

Two things worth stating, because both were found while writing the condition rather than assumed:

A naive substring search finds six, not five. The sixth is inside a comment on line 411 - `a round bead with no border-radius: clip-path is a shape` - which is why the condition is anchored to the start of a line instead of matching anywhere. A claim whose check counts its own prose is not checking anything.

The count is the wrong thing to pin. `primitives.css` neutralises rounding where the user agent would otherwise supply it; adding a sixth neutraliser for a sixth element would make this claim false while leaving the property it was written to protect - that nothing in the shell paints a rounded box - exactly as true as before. This claim was replaced the same day for that reason. See `shell-radius-zero-only`, which states the property without pinning a count. The record is kept rather than deleted: it was published, so it stays.

evidence

app/(public)/_shell/primitives.css
primary source - not independently openable
sha256 e20c9a1188d214fbe03dcb01f3ccf61c9dab4a828cc890e37a349c155e021dealines 314, 332, 394, 417 and 434, within the whole fileprimary sourcenot independently openable

glovrex-engine is a private repository. This path identifies the source; it is not a link a reader can open.

challenges

recorded
Glovrexfiredaccepted

A `border-radius` neutraliser is added to app/(public)/_shell/primitives.css for an element that did not previously have one. The count then leaves 5 while the shell paints exactly as few rounded boxes as it did before, so the claim goes false on a change that violates nothing it was written to protect.

Fired on 2026-07-30. `grep -cE '^[[:space:]]*border-radius[[:space:]]*:' 'app/(public)/_shell/primitives.css'` now prints 7, not 5. The two new declarations are at lines 546 and 551, added the same day to switch off the light skin's remaining plates: `.pub-legal` (a 24px radius plus a 1px inset ring, painting on /about, /privacy, /terms, /security and /tokushoho at every width from 1440 down to 430) and `.pub-page-glyph` (a 12px radius on /security). Both new values are `0`, so the shell paints no rounded box it did not paint before - which is the whole point of this challenge.

relations

references thisshell-radius-zero-any-spellingNo border-radius declaration in app/(public)/_shell/primitives.css has a value that rounds anything, however that value is spelled.The counted claim is what this one generalised away from: counting five neutralisers made the claim fire on a harmless sixth, so the property was restated as a universal instead.

lab

Glovrex

citation

copyable line + linked excerpt

Glovrex. "app/(public)/_shell/primitives.css contains exactly five border-radius declarations." Claim shell-radius-count-five, checked 2026-08-06. https://glovrex.com/claims/shell-radius-count-five

Cite with link

export

machine-readable copies (.md, .jsonld)
All claims
app/(public)/_shell/primitives.css contains exactly five border-radius declarations. — Glovrex