Conversation
|
@whoisjayd do you need help in refactoring. I can take a part of the codebase and start refactoring it in a different PR. That can speed things up. And it will be easier to review also |
… documentation, and CLI enhancements
Owner
Author
|
@ehteshamtarique I have added execution plans. Refactoring is mostly done. A few things still in progress: Will keep you posted! |
Owner
Author
|
@ehteshamtarique Please proceed with the plan as outlined — Plans 1 and 2 are already completed, so pick up sequentially from Plan 3 onwards. A few things to keep in mind:
|
3 tasks
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.
Summary
This draft PR captures the package refactor and stabilization checkpoint for
yt-study. The codebase is reorganized around clearer architectural boundaries (cli,config,domain,errors,infrastructure,logging_config,persistence,services,ui,utils), the runtime and tests were stabilized after the migration, and the repository was revalidated with the project workflow before moving on to the next phase of module-splitting and CLI polish. This is a draft because it is intended as a reviewable backup/integration point before the next refactor slice lands.Changes
core/flat module structure into domain-oriented and layer-oriented modules.make hooks-runandmake ciboth pass, including the full461test suite.Breaking Changes (if any)
This is primarily an internal refactor, but it does change the internal module layout substantially. Imports that previously targeted legacy paths under
yt_study.core,yt_study.db,yt_study.cli, or the old setup-wizard location should be updated to the new package structure. The public CLI command surface remains intact.Related Issues
Refs: none