Upstream commit tracking, source-reference fixes, project hygiene#14
Merged
MateuszKubuszok merged 5 commits intomasterfrom Apr 30, 2026
Merged
Upstream commit tracking, source-reference fixes, project hygiene#14MateuszKubuszok merged 5 commits intomasterfrom
MateuszKubuszok merged 5 commits intomasterfrom
Conversation
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.
PR: Upstream commit tracking, source-reference fixes, project hygiene
Summary
upstream-commitheader field linking to the exact commit hash of the original source file they were ported from. This enables detecting when upstream libraries change.autorefs in AI extension, case mismatches, duplicate submodule prefixes, wrong controller paths).migration.tsvfor core and extension files that were missing, renamed columnsge_pathtoport_pathfor re-scale 0.1.5 compatibility, and achieved zero sync-check mismatches..rescale/source-repos.yamlmaps 18 source library entries to their git submodule paths, enablingre-scale fileinfo --then track-committo resolve upstream commits across all submodules.THIRD-PARTY-LICENSESandTHIRD_PARTY_LICENSES.mdinto a single file covering upstream source, ported extensions, vendored native libraries, and build dependencies.re-scale enforce shortcuts --covenantednow reports zero hits.docstrings.style = SpaceAsterisk,docstrings.wrap = yes,docstrings.oneline = keepfor future Scaladoc formatting.Test plan
re-scale fileinfo --given . --then sync-check— zero mismatchesre-scale enforce shortcuts --covenanted— zero hitsre-scale fileinfo --given sge/src/main/scala/sge/Sge.scala --then "select *"— showsupstream-commitfieldre-scale build compile --jvm --errors-only— no compilation regressions