build: adopt dspack-emit 0.7.0 (single-emitter graph) - #77
Merged
Conversation
Branch-aware A3 diagnostics + refuse-on-invalid-instance now in the product's own emit path. pnpm graphs resolve ONE emitter: composer/agent/contracts emit 0.7.0, and gen 0.4.0's range edge resolves 0.7.0 too — no stale duplicate in the generation path (lockfile carries zero 0.6.0 references). Catalog artifacts byte-stable under the new emitter (contracts build clean, no out/ drift). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
dspack-studio-composer | d64fe08 | Aug 11 2026, 01:38 AM |
There was a problem hiding this comment.
Pull request overview
This PR updates the workspace to adopt @aestheticfunction/dspack-emit 0.7.0, ensuring the agent, composer, and contracts packages (and the lockfile graph) consistently resolve the new single-emitter version.
Changes:
- Bump
@aestheticfunction/dspack-emitfrom^0.6.0to^0.7.0in workspace package manifests. - Update
pnpm-lock.yamlto resolve@aestheticfunction/dspack-emit@0.7.0across importers and snapshots (includingdspack-gen@0.4.0’s dependency edge).
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-lock.yaml | Re-resolves the dependency graph so @aestheticfunction/dspack-emit is consistently pinned to 0.7.0 throughout the workspace. |
| apps/agent/package.json | Updates the agent’s direct dependency on @aestheticfunction/dspack-emit to ^0.7.0. |
| apps/composer/package.json | Updates the composer’s dev dependency on @aestheticfunction/dspack-emit to ^0.7.0. |
| packages/contracts/package.json | Updates contracts’ dependency on @aestheticfunction/dspack-emit to ^0.7.0. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Completes the P1+P2 release closeout: emit 0.7.0 (now on npm via trusted publishing, provenance attested) adopted across agent/composer/contracts.
pnpm whyproves one emitter version at every edge including gen 0.4.0's; lockfile has zero 0.6.0 references; catalogs rebuild byte-stable; all workspace suites + typecheck green.🤖 Generated with Claude Code