Skip to content

chore: mega-bundle hiatus close-out (subsumes #1880, #1883, #1886, #1891, #1896, #1897)#1898

Merged
noahgift merged 6 commits into
mainfrom
chore/mega-bundle-hiatus-closeout
May 23, 2026
Merged

chore: mega-bundle hiatus close-out (subsumes #1880, #1883, #1886, #1891, #1896, #1897)#1898
noahgift merged 6 commits into
mainfrom
chore/mega-bundle-hiatus-closeout

Conversation

@noahgift

Copy link
Copy Markdown
Contributor

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

Pre-push gates (local)

  • cargo fmt --all -- --check — 0 diffs
  • cargo test -p aprender-contracts --lib lint:: — 191 passed, 0 failed

Methodology

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

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.
@noahgift noahgift merged commit 2339c38 into main May 23, 2026
10 checks passed
@noahgift noahgift deleted the chore/mega-bundle-hiatus-closeout branch May 23, 2026 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant