Skip to content

chore: minimal Unity-Package project manifest (deps via package.json)#4

Merged
IvanMurzak merged 1 commit into
mainfrom
chore/minimal-project-manifest
Jun 8, 2026
Merged

chore: minimal Unity-Package project manifest (deps via package.json)#4
IvanMurzak merged 1 commit into
mainfrom
chore/minimal-project-manifest

Conversation

@IvanMurzak

Copy link
Copy Markdown
Owner

Make the Unity-Package authoring project carry no explicit dependencies — only com.unity.modules.* engine modules remain. Everything else (com.ivanmurzak.unity.mcp, com.unity.test-framework, the feature package, IDE/template cruft) now resolves transitively from the embedded package's own package.json via the OpenUPM scoped registry. Mirrors the maintainer's Cinemachine change. Package source-of-truth = package.json; the project manifest no longer duplicates/pins deps.

Note: only the project manifest changes (not the embedded package). Verified each package's asmdefs don't reference the removed entries.

🤖 Generated with Claude Code

The Unity-Package authoring project no longer declares explicit dependencies
(mcp, test-framework, the feature package). Only com.unity.modules.* engine
modules remain; everything else resolves transitively from the embedded
package's package.json via the OpenUPM scoped registry.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@IvanMurzak
IvanMurzak merged commit 422a1af into main Jun 8, 2026
54 checks passed
@IvanMurzak
IvanMurzak deleted the chore/minimal-project-manifest branch June 8, 2026 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant