docs: add manual update workaround for npm publish outage

Adds docs/manual-update.md with step-by-step procedure to install/update
GSD directly from source when npx is unavailable, including runtime flag
table and notes on what the installer preserves.

Adds a [!WARNING] notice at the top of README.md linking to the doc with
the one-liner install command.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Tom Boucher
2026-04-03 18:27:22 -04:00
parent 6460c228ed
commit 5d1d4e4892
2 changed files with 70 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
> [!WARNING]
> **WORKAROUND FOR MISSING NPM UNTIL WE CAN PUBLISH AGAIN**
> `npx get-shit-done-cc@latest` is currently unavailable. Install or update directly from source:
> ```bash
> git pull --rebase origin main && node scripts/build-hooks.js && node bin/install.js --claude --global
> ```
> See **[docs/manual-update.md](docs/manual-update.md)** for full instructions and all runtime flags.
<div align="center">
# GET SHIT DONE