chore: mega-bundle hiatus close-out (subsumes #1880, #1883, #1886, #1891, #1896, #1897)#1898
Merged
Merged
Conversation
This was referenced May 23, 2026
PR #1891 wrapped all path_arg through HF alias resolution. For inputs that look like filesystem paths (absolute or starts with ./, ../) and don't exist, the alias resolver was rewriting them as hf:// URIs and returning a mangled path in the FileNotFound error. Fix: short-circuit with the original path_arg in the error BEFORE alias resolution kicks in. Preserves the contract that test_run_file_not_found and test_run_nonexistent_path_without_trace assert. Closes the workspace-test failure on bundle PR #1898.
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
Mega-bundle close-out before the 3-month hiatus. Squash-merges 6 of the 7 in-flight PRs into one commit-per-feature on a single bundle branch to drain the queue in 1 CI cycle instead of 6.
Subsumes (closes)
NOT bundled
pipeline.rswith PMAT-705 ProgressCallback (also part of this bundle via chore: bundle PMAT-702..705 distill cascade (subsumes #1874, #1877, #1879, #1881) #1897). Surgical merge needed. Stays open as v0.35.2's only carry-over; can land separately after this bundle merges and feat(distill): APR_DISTILL_MAX_STEPS smoke-validation mode (PMAT-706) #1888 rebases against the new main.Pre-push gates (local)
cargo fmt --all -- --check— 0 diffscargo test -p aprender-contracts --lib lint::— 191 passed, 0 failedMethodology
Per the 2026-05-22 v0.35.0 release pattern (#1894 bundled 4 PRs), bundling at a release-prep cut is the right tradeoff when individual bisectability matters less than fast convergence to a clean main. The dogfood on v0.35.1 (this morning) confirmed the platform is stable, so changes can pile in safely.
🤖 Generated with Claude Code