The timeline shows achievements under the kinds they evidence - #203
Merged
Merged
Conversation
The model now groups every experience's achievements under seven kinds it defines itself, and core 0.28.0 is what lets it: a section declared grouped, its `###` headings naming entities the parser resolves. A card on this site is the file rather than an excerpt of it, so the grouping reaches the timeline as soon as the pin moves. The model pin and the parser pin move together, because `shape` moved to 3 with the release and a parser below 0.28.0 refuses a 0.28.0 core rather than misreading it. Every artifact is rebuilt from the pinned commit, the model page's regions with them, and the cards whose pages changed are re-rendered. Verified: `npm run pin:check`, `model:check`, `pages:check`, `design:check`, `sitemap:check`, `og:check`, `verify` against a local server, `test:build`, `test:og` and `test:dupes` all pass; the lockfile resolves f6b212b, the commit v0.28.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.
The model groups every experience's achievements under seven kinds it defines itself — Context, Leadership, Architecture, Engineering, Ways of working, Sharing and Results — and core 0.28.0 is what lets it: a section a schema declares grouped, whose
###headings name entities the parser resolves into edges. A card on this site is the file rather than an excerpt of it, so the grouping reaches the timeline and the model page as soon as the pin moves.Both pins move in this change.
source.jsontakes mental-model at d26bc57, andpackage.jsontakes the parser at v0.28.0, becauseshapemoved to 3 with the release and a parser below 0.28.0 refuses a 0.28.0 core rather than misreading it. The parser was installed by name and the lockfile resolves f6b212b, the commit the tag names.Everything derived is rebuilt from the pinned commit:
model.json, the model and surfaces pages' regions, the principles page, and the sitemap. The share cards whose pages changed are re-rendered; two talk cards that differed only in bytes were left as they are.Verified:
npm run pin:check,model:check,pages:check,design:check,sitemap:check,og:check,verifyagainst a local server,test:build,test:ogandtest:dupesall pass.🤖 Generated with Claude Code