MVP alpha.12: File system adjustments and other cleanup - #69
Merged
ZebulonRouseFrantzich merged 2 commits intoMay 11, 2026
Merged
Conversation
Signed-off-by: Zebulon Rouse-Frantzich <[email protected]>
…ript artifact. Always allows for more advanced use of 'gh' and 'cosign'. Updates all instances of 'runecode-ai' to now be 'runecode-systems'. Signed-off-by: Zebulon Rouse-Frantzich <[email protected]>
ZebulonRouseFrantzich
deleted the
mvp/file_system_adjustments_and_other_cleanup
branch
May 11, 2026 18:57
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.
This pull request updates repository references from
runecode-aitorunecode-systemsthroughout the codebase and documentation, and enhances the release workflow to include and sign first-party installer scripts. The changes ensure consistency with the new organization name and improve the installation and verification process for end users.Repository reference updates:
github.com/runecode-ai/runecodetogithub.com/runecode-systems/runecodein all CLI and test files to reflect the new repository location. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18]runecode-systems/runecodeinstead ofrunecode-ai/runecode. [1] [2]Release workflow improvements:
.github/workflows/release.ymlto includeinstall-runecode.shandinstall-runecode.ps1as signed release assets and to generate signatures and certificates for these installer scripts. [1] [2] [3]Documentation and installation instructions:
README.mdto describe the new primary installation path using the signed installer scripts, with updated instructions and links to the new repository. [1] [2]These changes ensure that all references are consistent with the new repository location and make the installation process more secure and user-friendly by promoting the use of signed installer scripts.