docs(pi): name auto as the default routing mode - #88
Merged
Merged
Conversation
The pi README still listed ask as the default. It stopped being one in PR #77, and PR #87 made that change actually reach machines whose plugin-routing.json had the old default written into it. This was the last place in the repo still describing the old behavior. Auto now leads the list, with the note that it asks first on a near-tie — which is why ask no longer has to be the default for everyone.
Merged
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.
The pi README still listed
askas the default routing mode:askstopped being the default in #77, when the shortlist learned to askon its own — a near-tie became a question the route decides, so asking on
every turn bought nothing. #87 then made that default actually reach
machines whose
plugin-routing.jsonhad the old one written into it.The docs never followed. This is the last place in the repo still
describing the old behavior —
DEFAULT_MODEhas beenautoinshared/core/routing.mjsthroughout, and no other README, command, orskill contradicts it.
After:
autoleads the list, and the near-tie clause is spelled out — thatbehavior is the reason
askno longer has to be everyone's default.Docs only; no shipped source touched.
npm test(494 pass) andnpm run checkare clean locally.