You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: stop asking which environment, everyone is on production
Second thing the real run found, and this one I caused fixing the first. Making the assistant
report the environment turned into making it ask, and "production or dev?" is a decision nobody
outside the platform team has ever made. It arrives as the very first question, from an assistant
that is supposed to be guiding, about a distinction the user has no way to evaluate.
Production is the answer. The plain `thatopen login --token <TOKEN>` is already correct, and the
guide now says not to ask. Dev is folded away behind a details block for the people building the
platform, who know who they are and will say so unprompted.
What survives is the part that was actually useful: read `apiUrl` rather than trusting a "Logged
in successfully" that never names the environment — and then say nothing when it reads
production, because there is no decision to report. Only a machine unexpectedly pointed at dev
is worth a sentence.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments