Re-pin vendored core to dspack-gen v0.1.2 (0.3.2)#23
Merged
Conversation
The v0.1.2 tag commit (c5bfd6d) brings the compiler change that puts contract-declared required props (v0.4 required-props rules) into the generation-context grammar. 0.3.1 served v0.4 contracts from the v0.1.1 core, and the report-only core-pin-drift check had been red since dspack-gen 0.1.2 shipped. Vendor bundle rebuilt; golden-context byte-compare, sync checks, and the full suite pass unchanged; the pin-drift check is green at the latest release tag. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR re-pins the vendored @aestheticfunction/dspack-gen core to the v0.1.2 tag commit and bumps @aestheticfunction/ds-mcp to v0.3.2, documenting the change in the changelog to support the patch release.
Changes:
- Bump package version to
0.3.2. - Update the
@aestheticfunction/dspack-gengit pin to commitc5bfd6d…(v0.1.2). - Update
package-lock.jsonand add a0.3.2changelog entry describing the re-pin and rationale.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Bumps package version and updates the pinned @aestheticfunction/dspack-gen commit. |
| package-lock.json | Updates lockfile to reflect the new pinned generator commit/version. |
| CHANGELOG.md | Adds 0.3.2 release notes describing the core re-pin and expected impact. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
DX-0 part A: the report-only
core-pin-driftcheck has been red since dspack-gen 0.1.2 shipped. This re-pins the vendored generator core to the exact v0.1.2 release-tag commit and prepares the 0.3.2 patch release.374e1cd91f02701c0d4829ece0a79dd9b381f67b(v0.1.1) →c5bfd6de979f811466c6ba1e1c0f978defc4236f(v0.1.2 tag commit, resolved from the tag ref itself). What 0.1.2 brings: contract-declared required props (v0.4required-propsrules) reach the generation-context grammar.npm run build/bundle:core.Gates run (all green)
npm test: 94/94 (includes the golden-context byte-compare against dspack-gen's compiler golden and the network-boundary test)node scripts/check-sync.mjs: 4/4 byte copies in syncnode scripts/check-core-pin.mjs: "the pin is exactly the latest release tag"Diff review
Only
package.json(pin + version),package-lock.json(pin, integrity, resolved version 0.1.1→0.1.2; plus npm normalizing the lockfile's stale 0.3.0 header to the current version), andCHANGELOG.md. No golden or fixture churn — the synced fixtures were already at v2.3.0 via #22.After merge: tag
v0.3.2on the merge commit to trigger the existing OIDC trusted-publishing release workflow (tag==version guard verified).No documentation cleanup or workflow changes included.
🤖 Generated with Claude Code