CONCEPT · COMPOSITION
“It gave me a one-line answer about a system. What is that resting on?”
Small truths can justify a larger one.
Preston can answer at the level engineers actually talk at — this is a durable state machine, not a queue — without the smaller claims underneath disappearing into the summary.
BUILT FROM
claimsupportstandingunderstandingstandingcorroborationtensionrevisiongroundingrestraint
Every word above is defined on the vocabulary page, and every concept above is a page before this one.
THE SHAPE
composedTHREE SMALL CLAIMS, ONE USEFUL POSITION
trim
title.trim()
normalize
clean.toLowerCase().replaceAll(" ", "-")encode
encodeURIComponent(dashed)
compose into one claim
Compositionslugify returns a trimmed, lowercase, URL-safe slug. One sentence, three claims still underneath it, each still addressable on its own.
WHAT THIS CHANGES
You get the answer at the altitude you asked at. And if the encoding step is deleted, the one-line guarantee weakens with it, rather than staying true-sounding because nobody re-derived it.
Build a position, then take a part away
THE POSITION
slugify returns a trimmed, lowercase, URL-safe slug.
PART ONE
Leading and trailing whitespace is removed.
held on its own, addressable on its own
PART TWO
Case is lowered and spaces become dashes.
PART THREE
Unsafe URL characters are encoded.
TAKE PART THREE AWAY
The one-line sentence is held up by all three at once. Remove one and it is no longer held; unless something else holds it, it goes too. It does not quietly stay true with a hole in it.
no re-derivation, no second opinion
WHAT COMPRESSION IS NOT ALLOWED TO DO
The one-line sentence may summarize the graph. It may not stand in for it. The composed position keeps every claim under it addressable, so the sentence is a view of the support and never a replacement for it.
THAT IS THE WHOLE SEQUENCE
Eight ideas, and not one live example among them — on purpose. A definition you have to reverse-engineer from a demo is not a definition. Now that none of it needs explaining, the public gallery is where you can watch it happen on real code.
See it on a real repository →RELATED
The tools →