← back to pin list

Evidence discipline — controls, and the scope of a claim

kerfmaster pin list · The spec — what we build to

rulingclosed d15A decision by Aristide or Jordan. True because it was decided; it can be superseded, but it cannot be stale.

Content last changed 2026-08-06 — computed from the item itself, not typed.

Contract — Cross-cutting stage

This contract states a decision, not an implementation.

takes

makes

fails if A control that shares a code path with the thing it checks; a boolean that changes nothing reported as a pass; a claim stated wider than what was measured.

Contract last changed 2026-08-06 — computed, not typed. Dated separately from the text above, so neither date can speak for the other.

⚠ Known defects

This item's subject has a known defect in the code. Source: cadmaster/defects.jsoncadmaster/KNOWN_DEFECTS.md, not this page — the text below is generated from the register so the two can never disagree.

Aristide, 2026-08-06: “it is not just about duplicating what I do … it is about understanding why I did it, what the reasoning was, and how I problem solved.” Two rules came out of that, and they apply to every measurement this project reports.

1. A boolean that changes nothing is a bug report

Polygon(body).difference(Polygon(lobe)) on two disjoint shapes gave 9056.6 pt² in and 9056.6 pt² out — and silently dropped the lobe, because cloud[1] was a second subpath of the same outline, not a hole in the first. The equal area is exactly what hid it. Every internal check agreed, because every internal check was downstream of the same error.

2. State the question a number answers, in the same breath as the number

Ligament widths were measured correctly, and the conclusion reported from them — “moving the ring buys nothing structural” — was stated at the scope of the whole design decision. There was no wrong code anywhere in it, and it still overrode a correct call by the person who owns the design. The measurement answered what is the narrowest metal here; it was reported as though it had answered is this move worth making.

So: a claim may not be broader than what was measured. Name the measurement next to the conclusion, so the reader can see the gap between them.

src — Aristide, 2026-08-06, on the MVT icon; cadmaster/LESSONS_MVT_ASSEMBLY.md (a4b3034). The two defects that produced rule 1 are on the register.