chore: remove patch references

This commit is contained in:
Peter Steinberger
2026-01-16 22:41:49 +00:00
parent dcd20d564f
commit a4e99ecdaf
8 changed files with 4 additions and 30 deletions

View File

@@ -71,9 +71,3 @@ Help:
```bash
curl -fsSL https://clawd.bot/install-cli.sh | bash -s -- --help
```
## Patches (npm / pnpm / bun)
Clawdbots `postinstall` script includes a builtin JS patcher that can apply `pnpm.patchedDependencies` patches even when the package manager doesnt support them (notably Bun). pnpm itself already applies `pnpm.patchedDependencies`, so the fallback skips pnpm installs to avoid double-applying.
See: [Bun notes](/install/bun).