Skip to content

The model pin takes the surface type, and the parser pin follows it - #167

Merged
robertblust merged 1 commit into
mainfrom
model-repin-surface
Sep 9, 2026
Merged

The model pin takes the surface type, and the parser pin follows it#167
robertblust merged 1 commit into
mainfrom
model-repin-surface

Conversation

@robertblust

Copy link
Copy Markdown
Owner

The model gained a tenth type. A surface is a place the company publishes that no script writes, and the instance now holds one, the LinkedIn profile, so the stage draws 125 entities in ten types where it drew nine. Nothing on the timeline moved: no experience changed, and the type carries no dates.

The parser pin moves with it, from v0.15.0 to v0.16.0. That release is the one that added the type, and its parser is unchanged, so the pin catches up rather than changing what this site reads. The principles page rebuilt because its footer carries the pinned commit, and three cards re-rendered because their pages moved.

Worth knowing why the pin took two attempts. The first model commit could not be parsed at all: the surface entity was named LinkedIn, which resolved the Where cell of the profile's ## Also at row, flipped that table from data to references, and failed R4 on the GitHub row that resolves to nothing. The instance renamed the entity to LinkedIn profile, which is the better name and ends a collision that was structural rather than unlucky — ## Also at lists places, and a surface named for a place is named for one of them. The parser fix that would make the collision impossible, a table whose declared columns carry no reference type being data by declaration, is named in two designs and not yet made.

Verified: npm run verify passes against a served copy; model:check, pages:check, design:check, og:check after npm run og, test:og, test:build, test:dupes, pin:check, conventions-check and conventions-sync check all pass. The model page's card is the only one whose pixels moved; principles and timeline changed their stamps alone.

🤖 Generated with Claude Code

The model gained a tenth type. A surface is a place the company publishes that no script writes,
and the instance now holds one, the LinkedIn profile, so the stage draws 125 entities in ten
types where it drew nine. Nothing on the timeline moved: no experience changed, and the type
carries no dates.

The parser pin moves with it, from v0.15.0 to v0.16.0. That release is the one that added the
type, and its parser is unchanged, so the pin catches up rather than changing what this site
reads. The principles page rebuilt because its footer carries the pinned commit, and three cards
re-rendered because their pages moved.

Verified: npm run verify passes against a served copy; model:check, pages:check, design:check,
pin:check, og:check after npm run og, test:og, test:build, test:dupes, conventions-check and
conventions-sync check all pass.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@robertblust
robertblust merged commit 58db159 into main Sep 9, 2026
2 checks passed
@robertblust
robertblust deleted the model-repin-surface branch September 9, 2026 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant