Skip to content

Refactor/scripts directory - #133

Merged
r83575 merged 4 commits into
mainfrom
refactor/scripts-directory
Nov 11, 2025
Merged

r83575 merged 4 commits into
mainfrom
refactor/scripts-directory

Conversation

@r83575

@r83575 r83575 commented Nov 11, 2025

Copy link
Copy Markdown
Collaborator

Structural refactor of bash and utility scripts: centralized into src/scripts/, renamed with consistent naming, and updated internal references accordingly.

Changes

  • Moved scripts from various locations into src/scripts/
  • Renamed scripts to descriptive and consistent names
  • Adjusted path variables inside scripts (e.g., env_dir)
  • Cleaned up empty directories
  • Updated documentation and usage references

Validation

  • Verified that pre- and post-refactor versions produce identical results
  • Tested each script individually: behavior and outputs match original
  • Confirmed correct resolution of updated paths
  • All relevant .md docs updated

Closes #132

@lyuzinmaxim lyuzinmaxim left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The idea of the ticket was that scripts should be moved to scripts/ directory, not to the src/scripts

@r83575
r83575 merged commit 7ed5e08 into main Nov 11, 2025
1 check failed
@r83575 r83575 self-assigned this Nov 11, 2025
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.

Refactor scripts directory

2 participants