docs: note installer git method

This commit is contained in:
Peter Steinberger
2026-01-12 00:59:08 +00:00
parent 056c11687b
commit 0d819c21a4

View File

@@ -20,6 +20,7 @@
- Postinstall: replace `git apply` with builtin JS patcher (works npm/pnpm/bun; no git dependency) plus regression tests.
- Installer tests: add root+non-root docker smokes, CI workflow to fetch clawd.bot scripts and run install sh/cli with onboarding skipped.
- Installer UX: support `CLAWDBOT_NO_ONBOARD=1` for non-interactive installs; fix npm prefix on Linux and auto-install git.
- Installer UX: add `--install-method git|npm` and auto-detect source checkouts (prompt to update git checkout vs migrate to npm).
### Fixes
- Gateway/WebChat: include handshake validation details in the WebSocket close reason for easier debugging.