Noticed while rewriting architecture.mdx (#64 / #69). Left alone there: picking the canonical name is a call, not a transcription, and #64 was about the runtime model rather than about naming.
Measured on a132376. Two pages present the same three-row decision table with different names for row one, and different emphasis in row three:
| Page | Row 1 | Row 2 | Row 3 |
|---|
content/docs/architecture.mdx (line 110) | Config-authored — "the runtime boots the metadata authored in the image" | Artifact-pinned | Composed |
content/docs/deploy/index.mdx (line 40) | Shipped runtime — "the image's own bundled application" | Artifact-pinned | Composed |
reference/environment-variables describes the same three shapes again and names none of them, so it does not break the tie.
Two rows agree, which is what makes the third one costly: a reader who has seen both pages cannot tell whether "Config-authored" and "Shipped runtime" are one shape or two, and the deploy bundle ships one environment template per shape — the pages are how a reader decides which template to copy, and deploy/index.mdx warns against adapting one template into another.
The likely canonical name is deploy/index.mdx's, since it is the newer page and was written against the commercial runtime in #62. That is a guess, not a finding — deciding it is the point of the card. Row three also differs in substance: architecture.mdx says "Air-gap licensed only" while deploy/index.mdx frames it as "the hosted single-app SaaS shape", and whichever page loses the naming should be checked for that too.
Related: #64, #62.
Generated by Claude Code
Noticed while rewriting
architecture.mdx(#64 / #69). Left alone there: picking the canonical name is a call, not a transcription, and #64 was about the runtime model rather than about naming.Measured on
a132376. Two pages present the same three-row decision table with different names for row one, and different emphasis in row three:content/docs/architecture.mdx(line 110)content/docs/deploy/index.mdx(line 40)reference/environment-variablesdescribes the same three shapes again and names none of them, so it does not break the tie.Two rows agree, which is what makes the third one costly: a reader who has seen both pages cannot tell whether "Config-authored" and "Shipped runtime" are one shape or two, and the deploy bundle ships one environment template per shape — the pages are how a reader decides which template to copy, and
deploy/index.mdxwarns against adapting one template into another.The likely canonical name is
deploy/index.mdx's, since it is the newer page and was written against the commercial runtime in #62. That is a guess, not a finding — deciding it is the point of the card. Row three also differs in substance:architecture.mdxsays "Air-gap licensed only" whiledeploy/index.mdxframes it as "the hosted single-app SaaS shape", and whichever page loses the naming should be checked for that too.Related: #64, #62.
Generated by Claude Code