feat(routing): land slice 2 in main (re-target — stacked merge missed it) #20
+817
−1
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.
Re-land slice 2 into
main(stacked-merge dropped it)#19 was merged into its stacked base
feat/routing-primitives, notmain— and sincefeat/routing-primitiveshad already merged tomainvia #18 before #19 merged, slice 2'scode never reached
main. Confirmed: none ofroute_and_ship/ship_object/choose_transportare inorigin/main. (Same class of drop as the #13→#14 incident.)This PR re-targets the same, already-reviewed
feat/routing-wiringhead atmainso thecontent actually lands. Diff = exactly the 3 slice-2 files (merge-base is slice 1, which is
already in
main):archive.py—size_routingconfig + durability guard,route_and_ship,ship_object(size-routed
htar/htar_largeof source, per-file MD5 + round-trip verify),choose_transport,enumerate_source_catalog_excluded.config.example.json— routing keys.tests/test_routing_wiring.py— 24 tests.No code changes vs what you reviewed in #19 — it's the identical commits (
c195fbf,2d482fe), just merging to the right base. Suite 196 green; the transport was validatedend-to-end on Fortress (see #19).
🤖 Generated with Claude Code