Skip to content

Commit 9c38948

Browse files
committed
docs: note sharp libvips install workaround
1 parent 9ee93e8 commit 9c38948

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Skills own workflows; root owns hard policy and routing.
4949
- Runtime: Node 22+. Keep Node + Bun paths working.
5050
- Package manager/runtime: repo defaults only. No swaps without approval.
5151
- Install: `pnpm install` (keep Bun lock/patches aligned if touched).
52+
- Sharp/Homebrew libvips source-build fail: `SHARP_IGNORE_GLOBAL_LIBVIPS=1 pnpm install`.
5253
- CLI: `pnpm openclaw ...` or `pnpm dev`; build: `pnpm build`.
5354
- Tests in a normal source checkout: `pnpm test <path-or-filter> [vitest args...]`, `pnpm test:changed`, `pnpm test:serial`, `pnpm test:coverage`; never raw `vitest`.
5455
- Tests in a Codex worktree or linked/sparse checkout: avoid direct local `pnpm test*`; use `node scripts/run-vitest.mjs <path-or-filter>` for tiny explicit-file proof, or Crabbox/Testbox for anything broader.

0 commit comments

Comments
 (0)