feat(site-kit): share publisher identity across product and OSS sites - #46
Merged
Conversation
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.
Public product and OSS sites currently duplicate publisher names, company links and Organization JSON-LD. Add framework-independent publisher builders and a DevsLab identity preset so visible attribution and structured data use the same source.
The core validates HTTP(S) identity URLs, copies and freezes input, resolves only own locale labels, and safely escapes HTML and JSON-LD. Static sites can render attribution at build time without client JavaScript; Solid and React consumers use the link and graph objects. No crawler or AI training policy changes.
Validation: 31 source core/publisher/contract/worker tests passed, including prototype-key fallback and script/attribute escaping. Package export/release smoke checks cover the new public subpath. Changeset schedules the standard fixed-group 0.7.0 release; AskLinq, VisionLinq, TraceLinq, BookLinq and OSS consumers are being updated together.