feat: continuously reconcile DSH compatibility - #69
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.
Outcome
This PR turns DSH compatibility from a one-off load check into an always-on, exact-cell evidence loop:
import.meta.resolve(), imports the plugin, and boots headless DSH;compatibility-ledger.json,compatibility-ir.json, andcompatibility-reverse-index.json.A green install/load is no longer enough: a required host peer must be concretely resolved and satisfy the plugin's declared range.
Live evidence
OpenPencil × DSH 0.1.1-rc.1 × Node 24 completed all execution stages (artifact, profile, install, registration, direct plugin import, and headless boot).
The exact artifact was
@zseven-w/dsh-openpencil@0.1.0-rc.1with SHA-256a4563e560e91bcd3a2a9302ee7dbee046b146c1bd0de6b27b7c7524fd52e77ca.The measured compatibility frontier has 14 direct peers:
@deepseek-ai/dsh-client-ui-slots@^0.1.0-rc.6is absent from the current host. Static evidence found a type-only reference, so this is reported as declaration/typing drift—not a claimed headless crash;react-domis runtime-imported, declares^18.2.0, and resolves to DSH host version19.2.8. Headless boot passes, but client-path React 19 compatibility still needs validation.The end-to-end reconciliation accepted that report with zero rejections and materialized one cell, 14 relations, and 14 reverse-index entries.
Verification
pnpm test— 320 tests passedpnpm run release:checkThe PR remains Draft while the broader maintained matrix starts using this path.