docs(readme,guides): npm-first install prompt, aligned with zero.xyz#69
Merged
Conversation
Replace the README's curl-the-runbook prompt with the npm setup prompt zero.xyz hands out (verbatim from the site's CLI_SETUP), and make the npm row the default in guides/agent-install.md. The fetch-and-obey channel triggers prompt-injection refusals on some models (ZERO-378); the npm paste prompt is the cross-model winner because the package has inspectable provenance. Disclosure of what gets installed moves from inside the prompt to the prose below it. Co-Authored-By: Claude Fable 5 <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 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.
Summary
zero.xyz's install surfaces (
setup.md, the Get Zero modal) now hand out an npm-first paste prompt —npm i -g @zeroxyz/cli→zero init→zero auth login— because the older fetch-the-runbook-via-curl channel triggers prompt-injection refusals on some models (ZERO-378), while npm gives agents inspectable provenance (npm view @zeroxyz/cli). This PR brings the last two out-of-sync surfaces in line:CLI_SETUP(setup-only variant, no trailing demo task). The skill/hooks/MCP disclosure that lived inside the old prompt moves to a short paragraph below it, linking to the existing "What the plugin does" section and notingzero uninstallreverses everything.guides/generic.mdis already npm-first (#67), so no change there. Docs-only — no version bump per repo convention.🤖 Generated with Claude Code