polyengine 0.3.0 (the deltic rename); @polymorph/iroh 0.3.0 - #85
Merged
Conversation
The engine renamed deltic -> polyengine (@deltic/* -> @polyengine/* on
JSR) and cut 0.3.0; the component ports cut 0.3.0 from their renamed
mains. Full rename here: host-deltic -> host-polyengine, the identity
gate script, justfile targets (exam-polyengine, polyengine-setup), and
the experiments' imports/prose.
Pins: host-polyengine carets @polyengine/*@^0.3.0 and
@polymorph/{webcrypto,websocket,webrtc-datachannels}@^0.3.0 (version
0.2.0 -> 0.3.0); the experiments keep exact @polyengine/*@0.3.0; both
locks regenerated to one 0.3.0 graph. scripts/setup.sh sibling pins
move to the merged polyengine-0.3.0 mains (webrtc 42f76c98, webcrypto
422796bd, websocket 563aa33f, tls ab4f8836); the .deps import paths
follow the siblings' renames (js/polyengine, polyengine-impl).
Gates: full just ci locally — exam-polyengine 7/7 with the identity
gate (one runtime 0.3.0, no raw URLs), matrix 13/13, probes 5/5, bench
budgets hold; deno checks clean across host and experiments.
Reconciles the polyengine-0.3.0 rename with #84's mechanism change: their relay-binary/Cargo-git-dep mechanics win over the retired setup.sh sibling clones (our pin bumps there drop out); our renames win on names and paths. The Cargo sibling git deps bump to the merged polyengine-0.3.0 mains (tls ab4f8836, webcrypto 422796bd, webrtc 42f76c98, websocket 563aa33f) and Cargo.lock follows. Gates on the merged tree: full just ci — exam-polyengine 7/7 (one runtime 0.3.0, no raw URLs), matrix 13/13, bench budgets hold.
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.
Coordinated consumer update for the engine's deltic -> polyengine rename and 0.3.0 cut, plus the component ports at 0.3.0. Full local rename (host-deltic -> host-polyengine, identity gate, targets), caret pins to the 0.3.0 graph, locks regenerated, sibling checkout pins bumped to the merged mains. @polymorph/iroh bumps 0.2.0 -> 0.3.0 (breaking: engine scope swap). Full
just cigreen locally (exam 7/7, matrix 13/13, bench budgets hold).