Conversation
Restructure flat repo layout into src/helpful_scripts/ directory to prepare for expanding the utility collection. Moved files: - math.cmd, math.ps1, math.sh - mdcd.cmd, mdcd.ps1, mdcd.sh - RefreshEnv.cmd - setup_machine.ps1 - up.cmd, up.ps1, up.sh Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Create src/external/ directory for third-party utility repos included as git submodules. Add rscalc with its nested calc_manager submodule recursively initialized. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Documents repo structure, cross-platform triplet pattern, CI/CD release workflow, submodule usage, and script documentation conventions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add build.ps1: builds all Rust projects in src/external/ for the current platform, copies binaries + scripts to .dist/ - Rewrite release.yml: matrix build (Windows/Linux/macOS), native archiving (tar.gz on Unix, zip on Windows post-signing), Azure Trusted Signing for .exe and .ps1 - Add .gitignore to exclude .dist/ - Update copilot-instructions.md with build commands Fixes from adversarial review (GPT-5.3 + Opus 4.6 consensus): - Linux/macOS archives created on native runners to preserve +x bits - Missing binaries are now fatal errors instead of warnings Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
restructured project, starting to include utilities building out of other repos