Skip to content

docs(readme,guides): npm-first install prompt, aligned with zero.xyz#69

Merged
spencercharest merged 1 commit into
mainfrom
docs/npm-first-install-prompt
Jul 14, 2026
Merged

docs(readme,guides): npm-first install prompt, aligned with zero.xyz#69
spencercharest merged 1 commit into
mainfrom
docs/npm-first-install-prompt

Conversation

@spencercharest

Copy link
Copy Markdown
Collaborator

Summary

zero.xyz's install surfaces (setup.md, the Get Zero modal) now hand out an npm-first paste prompt — npm i -g @zeroxyz/clizero initzero 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:

  • README.md — replaces the curl-the-runbook install prompt with the site's npm setup prompt, verbatim from the site's 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 noting zero uninstall reverses everything.
  • guides/agent-install.md (served as zero.xyz/install.md) — moves the "Anything with npm" row to the top of the install table as the default, and rewrites the paragraph below so npm leads and the Claude Code / Codex / Gemini CLI plugin-manager rows are per-harness alternatives.

guides/generic.md is already npm-first (#67), so no change there. Docs-only — no version bump per repo convention.

🤖 Generated with Claude Code

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>
@spencercharest
spencercharest merged commit 5624941 into main Jul 14, 2026
1 check passed
@spencercharest
spencercharest deleted the docs/npm-first-install-prompt branch July 14, 2026 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant