Conversation
…ncy (v2.0.0 branch)
subrepo: subdir: "Packages/SundialKitStream" merged: "5dcfed6" upstream: origin: "git@github.com:brightdigit/SundialKitStream.git" branch: "v1.0.0" commit: "5dcfed6" git-subrepo: version: "0.4.9" origin: "https://github.com/Homebrew/brew" commit: "71358caec4"
subrepo: subdir: "Packages/SundialKitCombine" merged: "70c5854" upstream: origin: "git@github.com:brightdigit/SundialKitCombine.git" branch: "v1.0.0" commit: "70c5854" git-subrepo: version: "0.4.9" origin: "https://github.com/Homebrew/brew" commit: "71358caec4"
…ndencies - Removed Packages/SundialKitStream and Packages/SundialKitCombine subrepo directories - Updated Examples/Sundial/Package.swift to use remote GitHub URLs for plugins - Plugin repositories now use branch-based dependencies (v1.0.0 for plugins, v2.0.0 for main package) - Verified demo apps build successfully with remote dependencies This completes the transition from monorepo + git-subrepo to multi-repository architecture with Swift Package Manager remote dependencies. Documentation updates to follow in subsequent commit.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v2.0.0 #71 +/- ##
=======================================
Coverage 65.39% 65.39%
=======================================
Files 31 31
Lines 526 526
=======================================
Hits 344 344
Misses 182 182
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Pull Request Review: Remove Subrepos and Prep for PRSummaryThis PR represents a major architectural shift from git-subrepo-based plugin management to remote GitHub dependencies for SundialKitCombine and SundialKitStream. The change removes ~12,000 lines (111 files) from the monorepo by eliminating the subrepo subdirectories. Overall Assessment:
|
- Remove .taskmaster/ directory (all tasks completed) - Update CLAUDE.md to remove Task Master references - Update GitHub workflow documentation for standard development - Update Package.swift dependency documentation to use 'from:' instead of 'exact:' - Update plugin package references to use tag 1.0.0-alpha.1 - Clean up git-subrepo references from comments All SundialKit v2.0.0 tasks completed (13/13 main tasks, 82/82 subtasks)
PR Review: Remove Subrepos and Prep for PRSummaryThis PR successfully removes TaskMaster-related files and cleans up the subrepo structure - a massive cleanup with 120 files changed, 16,001 deletions, and 83 additions. The PR has been merged into Code Quality & Best Practices✅ Strengths
|
No description provided.