fix/sdk source install - #4043
Draft
TomCC7 wants to merge 2 commits into
Draft
Conversation
TomCC7
added this pull request to stack #4048
September 10, 2026 05:42
This was referenced Sep 10, 2026
Draft
Draft
Draft
Draft
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## feat/dimup-setup #4043 +/- ##
=================================================
Coverage 78.13% 78.13%
=================================================
Files 1429 1429
Lines 134926 134926
Branches 11706 11706
=================================================
+ Hits 105425 105431 +6
+ Misses 26174 26171 -3
+ Partials 3327 3324 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Installing DimOS as an external Git dependency currently depends on web assets from the developer checkout. Build missing assets during wheel/sdist creation and define the SDK dependency-source policy consumed by app creation.
Validation: source-build and dependency-policy tests pass; a full external SDK Git install built its own assets successfully. The source archive passes the repository packaging check.
PRD: https://linear.app/dimensional/project/dimos-developer-onboarding-v1-3df889ba9a65
Review in order: #4042 → #4043 → #4044 → #4045 → #4046 → #4047. Replaces the implementation in #4027–#4030.