The site parses with meta-model 0.27.0, and every surface tagline is whole - #200
Merged
Merged
Conversation
…whole The parser kept only the first `>` line of a tagline, so the three surfaces whose taglines wrap reached model.json cut off mid-sentence. The parser moves to v0.27.0, which reads the whole paragraph, and the model to the commit that vendors core 0.27.0. Verified: model:check, pages:check, og:check read in full, sitemap:check, test:build, test:og, test:dupes, pin:check, design:check, verify against a local server and the conventions check pass; the lockfile resolves the parser to 4c65e24, the commit v0.27.0 names. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before meta-model 0.27.0 the parser kept only the first
>line of an entity's tagline, so the three surfaces whose taglines wrap — the blust.ch website, the MCP server and the registry listing — reachedmodel.jsoncut off mid-sentence, and the model page's cards showed the same half sentences. The parser moves to v0.27.0, installed by name so the lockfile resolves the tag's commit, and the model to db44174, where mental-model vendors core 0.27.0. All four surface taglines inmodel.jsonnow end where their files end;/principles/and the share-card stamps regenerate with the commit, and no card's pixels moved.Siblings: companygraph/meta-model #89 (v0.27.0) and robertblust/mental-model #132, merged; robertblust/mcp-blust-ch #14 takes the same fix for the server.
Verified:
model:check,pages:check,og:checkread in full,sitemap:check,test:build,test:og,test:dupes,pin:check,design:check,verifyagainst a local server andsh conventions/conventions-checkall pass; the lockfile resolves the parser to 4c65e24.🤖 Generated with Claude Code