-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore: R-16 toolchain pin + reconciliation #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e062c95
docs: record tech-debt audit findings (2026-05-26)
hyperpolymath 8213267
docs: seed CHANGELOG.md (Keep-a-Changelog format)
hyperpolymath 9e65259
ci(codeql): cron weekly→monthly (cut 3, standards#288)
hyperpolymath 8d9bb6b
chore: estate-wide security compliance
hyperpolymath 64adb1f
chore: update guix.scm from squisher-corpus
hyperpolymath 392e369
fix(ci): remove erroneous squisher-corpus guix.scm placeholder
hyperpolymath 394ab9a
fix(ci): update reusable workflow SHAs to @7fdc2705df74b4e352d2a1cde3…
hyperpolymath 4232505
fix(ci): update reusable workflow SHAs to @7fdc2705df74b4e352d2a1cde3…
hyperpolymath 5630f22
fix(ci): add required permissions for reusable workflows (Bug B)
hyperpolymath e6fe75b
chore(ci): bump standards reusable pins to fix Bug A and Bug B (#426)
hyperpolymath 35414c7
chore(ci): bump standards reusable pins to 5b1d0022 (#426)
hyperpolymath 4ebf57f
Merge remote-tracking branch 'origin/cicd/codeql-cron-monthly'
hyperpolymath 2c11393
Merge remote-tracking branch 'origin/claude/changelog-seed-2026-05-26'
hyperpolymath 8bac816
Merge remote-tracking branch 'origin/claude/tech-debt-2026-05-26'
hyperpolymath 9e3b19c
chore(toolchain): keep .tool-versions -> .mise.toml pin conversion (R…
hyperpolymath 264f83a
chore: reconcile local history with origin (R-16/R-24)
hyperpolymath File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| [tools] | ||
| # = "SPDX-License-Identifier: MPL-2.0" | ||
| # = "asdf version management" | ||
| # = "Run asdf install to install all tools" | ||
| # = "Primary build tool" | ||
| zig = "0.13.0" | ||
| # = "Task runner" | ||
| just = "1.36.0" | ||
| # = "Rust (for shim)" | ||
| rust = "nightly" | ||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
Repository: hyperpolymath/ffmpeg-ffi
Length of output: 2424
🏁 Script executed:
Repository: hyperpolymath/ffmpeg-ffi
Length of output: 905
🏁 Script executed:
Repository: hyperpolymath/ffmpeg-ffi
Length of output: 910
Complete the asdf-to-mise migration.
.mise.tomlstill gives asdf guidance..meta/REQUIRED-FILES.adocstill requires.tool-versionsfor asdf pinning. Update these references for mise and remove the obsolete.gitattributesrule, or retain.tool-versionsuntil migration is complete.🤖 Prompt for AI Agents