chore: restructure repository for bash and .NET coexistence#47
Merged
chore: restructure repository for bash and .NET coexistence#47
Conversation
- Move bash files to bash/ directory - Create PROGRESS.md with migration roadmap - Update README.md to document both versions (v1.x bash, v2.x .NET) - Update .gitignore for .NET support - Split CI workflows (bash-ci.yml and net-ci.yml) - Verify bash version still works after restructuring Resolves #45
The .NET CI workflow is temporarily set to manual trigger only to prevent failures on PRs before the .NET project exists. Will be re-enabled automatically when Issue #25 (Initialize .NET 10 solution) is completed.
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 repository to support parallel development of both Bash (v1.x) and .NET (v2.x) versions, preparing for the .NET 10 AOT migration.
Changes
📁 Repository Structure
bash/directory (preserving git history)net/directory📄 Documentation
PROGRESS.mdwith complete migration roadmapREADME.mdto document both versions⚙️ Configuration
.gitignorewith .NET-specific entriesbash-ci.yml- Runs only on changes tobash/net-ci.yml- Manual trigger only (disabled until Issue Initialize .NET 10 solution with hexagonal folder structure #25)🧪 Verification
bash/directorygit mv)Repository Structure
Next Steps
After merging this PR, development can begin on:
See PROGRESS.md for the complete roadmap.
Testing
bash bin/devsweep --versionResolves #45