
Easier core updates: Third-party libraries often don’t need updating. Keeping them separate makes replacing the core folder simpler and cleaner.
Better separation of concerns: Clearer distinction between nuBuilder’s own code and external dependencies.
Improved code search: You can now search the core folder without needing to exclude unrelated third-party code.
This structural change is aimed at improving maintainability and developer experience.
