Unattended Session Report

Session 2026-05-02 — claude.wholetech.com cleanup

Worked overnight at Paul's request. No keyboard input from Paul was required. All changes were on claude.wholetech.com only — no other sites touched. Backups taken before any edit. Every change deployed to droplet and verified live.

Bottom line: The install guides for Windows, Mac, and Linux now lead with Anthropic's recommended install method (the native one-line installer at claude.ai/install.{ps1,sh,cmd}), with the existing Node/npm walk-through preserved underneath as the gentler hand-held alternative. Discovered while auditing /products/ against code.claude.com/docs that npm install is no longer the official primary path — fixed that on every page that referenced it. No regressions; all 8 guide URLs return 200, all internal links resolve.

What changed and why

The trigger

Paul installed Claude Code on a fresh Windows 11 box yesterday and got tripped up by stale copy on /newby/ that promoted a "standalone installer at claude.ai/code" — claude.ai/code is the web app, not a download. He hit npm: command not found, I doubled down on the bad URL, he ended up doing the Node/npm path anyway and called the instructions "very confusing." Cleaned up the misleading copy first thing. Then he asked me to work unattended.

Discovery during audit

WebFetched the official Claude Code overview at https://code.claude.com/docs/en/overview (which is where docs.anthropic.com/en/docs/claude-code/overview now redirects). Anthropic's official "recommended" install is no longer npm — it's a native one-line installer:

Native installations auto-update in the background per the docs — a real benefit over npm/Homebrew where you have to remember to upgrade.

What got applied where

/newby/
Added a hero callout near the top of the steps section pointing to a new "Quick install — three steps" section below (PowerShell native installer, with WinGet alternative). Old 6-step Node/npm path preserved for first-time terminal users. Also added the OS toggle (Win/Mac/Linux) at the top of the page to match the other guides.
/newby-mac/
Same pattern. New "Quick install — two steps" section with curl install.sh and Homebrew option. Old 5-step Node/npm path preserved underneath. OS toggle expanded to include Linux/Unix.
/newby-linux/
Promoted the one-line curl install.sh to a new top section "The fastest install — one line"; old 5-step npm path retitled "Alternative — the five-step npm path" and kept underneath. Already had the OS toggle from when I built it yesterday.
/products/
Updated the Claude Code section's "one-liner" reference to point to the native installer rather than npm install -g @anthropic-ai/claude-code. Listed the macOS/Linux, Windows PowerShell, Homebrew, and WinGet variants in one line.
/ (index)
No content changes. OS toggle additions on /newby/ and /newby-mac/ already deployed.
/design/, /integrations/, /computers/
Audited; no install-path claims in these pages that needed updating. Left alone.

Backups taken

Before any edits this session, every guide page on the droplet was copied to a sibling *.bak260502 file. To roll any page back:

ssh root@143.198.182.180
cd /var/www/claude.wholetech.com
cp newby/index.html.bak260502 newby/index.html      # or any other page

The pre-existing *.bak260430 and *.bak260501 files from earlier sessions are also still on disk, so multiple rollback points are available.

Verification (all green)

Memory updated

What I did NOT do (deliberate scope limits)

Suggested follow-ups (your call)

Diff summary

Files changed on droplet this session, in order:

/var/www/claude.wholetech.com/newby-mac/index.html       (cleanup of claude.ai/code refs + OS toggle expansion + Quick Install section)
/var/www/claude.wholetech.com/newby/index.html           (OS toggle added + Quick Install section)
/var/www/claude.wholetech.com/newby-linux/index.html     (Quick Install section promoted to top)
/var/www/claude.wholetech.com/products/index.html        (Claude Code one-liner reference corrected)

Report generated unattended. Live at claude.wholetech.com/admin/session-2026-05-02.html (noindex, nofollow). When you're ready, ping me with anything to adjust.