refactor: reorganize tools/ into tests/ and scripts/#136
Merged
vredchenko merged 1 commit intomainfrom Jan 23, 2026
Merged
Conversation
Restructure the tools/ directory into semantically organized directories: - tools/e2e/ → tests/e2e/ (E2E test scripts) - tools/github/ → scripts/github/ (GitHub automation) - tools/k8s/ → scripts/k8s/ (Kubernetes scripts) Also renamed k8s_network_summary.sh to k8s-network-summary.sh for consistency with other script naming conventions. Updated all references across configuration files, documentation, and internal script paths.
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
Restructures the
tools/directory into semantically organized directories:tools/e2e/→tests/e2e/- E2E test scripts for SmartEMtools/github/→scripts/github/- GitHub automation (label sync)tools/k8s/→scripts/k8s/- Kubernetes development scriptsAlso renamed
k8s_network_summary.shtok8s-network-summary.shfor consistency.Changes
Files Moved (7 files)
tools/e2e/(3 files)tests/e2e/tools/github/sync-labels.tsscripts/github/sync-labels.tstools/k8s/dev-k8s.shscripts/k8s/dev-k8s.shtools/k8s/generate-sealed-secrets.shscripts/k8s/generate-sealed-secrets.shtools/k8s/k8s_network_summary.shscripts/k8s/k8s-network-summary.shReferences Updated (21 files)
Test Plan
npm run labels:checkworks with new pathtools/paths