docs: add installer internals

This commit is contained in:
Peter Steinberger
2026-01-12 02:00:09 +00:00
parent e3960cde3f
commit f57f6e0ca6
4 changed files with 82 additions and 1 deletions
+1
View File
@@ -23,6 +23,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.sh --help` with flags/env and git install hint.
- Installer UX: add `--install-method git|npm` and auto-detect source checkouts (prompt to update git checkout vs migrate to npm).
### Fixes