Conversation
beebauman
enabled auto-merge
September 3, 2026 03:46
The Hosting step's identity check is an in-process boto3 STS call, so it passed on a machine with no AWS CLI at all. An operator could create an access key, watch "AWS identity verified · aws-admin saved", and finish setup while the executable every capability-owned AWS operation shells out to had never been established; the gap only surfaced later, downstream. Choosing AWS now preflights that executable before anything is created, pasted, stored, or verified. One read-only check answers with the recovery for this machine: not installed (the installer command for this operating system), installed off PATH (the directory to add), or present but unusable (what it reported). A refusal keeps the operator on the answer they gave — install and "Check again" continues into AWS, "Back" returns to the provider question, and only "Not now" leaves hosting undecided. The same contract fronts `yoke aws exec` and `yoke vps`, which previously either named the missing executable without a recovery step or raised a bare traceback, and `yoke aws preflight` exposes it so the onboard skill can establish the prerequisite before it asks for a credential and block its checklist row instead of recording hosting as configured. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Item branch for YOK-2786; lands through the merge queue's merge_group integration gate.