Align apps/web dspack-gen range with apps/agent (^0.1.2)#25
Merged
Conversation
f79c075 bumped apps/agent to ^0.1.2 when its fixtures were recorded against published dspack-gen 0.1.2, but left apps/web at ^0.1.1 — stale drift, not intentional isolation: the shared lockfile already resolved both apps to 0.1.2, so the web range merely understated its floor. Manifest and lockfile specifier only; resolved versions unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Aligns apps/web’s declared @aestheticfunction/dspack-gen dependency range with the already-resolved lockfile version (and with apps/agent), eliminating a stale version specifier drift without changing the installed package bytes.
Changes:
- Bump
apps/web’s@aestheticfunction/dspack-genspecifier from^0.1.1to^0.1.2. - Update the corresponding
pnpm-lock.yamlimporter specifier forapps/webto match.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-lock.yaml | Updates apps/web importer specifier for @aestheticfunction/dspack-gen to ^0.1.2 while keeping the resolved version at 0.1.2. |
| apps/web/package.json | Aligns the declared @aestheticfunction/dspack-gen dependency range to ^0.1.2. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 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 B. Investigation verdict: stale dependency drift, not intentional isolation.
Evidence:
1787f7aset both apps to^0.1.1when 0.1.1 was consumed.f79c075("scenario: signup/onboarding ships ready") bumped onlyapps/agentto^0.1.2— its message records fixtures against "published dspack-gen 0.1.2".apps/webwas simply not touched; no evidence of deliberate hold-back.0.1.2(zod@4.4.3)— the web range merely understated its floor.Change is two lines: the
apps/webmanifest range and the corresponding lockfilespecifier:line. Resolved versions unchanged — installed bytes identical before/after.Gates run (all green)
pnpm build:contracts— A2UI catalog gates PASS, "contracts build clean"check:sync(contracts) — 2/2 byte copies in syncdrift-check— vocabulary matches Astryx docs (2 pre-existing acknowledged unverifiables only)pnpm typecheck— apps/web + apps/agent cleanpnpm test— all package suites pass, 0 failurespnpm --filter web build— static export builds🤖 Generated with Claude Code