From 3211fee0639b9ca21bfdf8545b66d5e7bf9a14c6 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 6 Jan 2026 03:38:08 +0100 Subject: [PATCH] docs: note legacy patch file --- docs/bun.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/bun.md b/docs/bun.md index a3350357a..b5d987f09 100644 --- a/docs/bun.md +++ b/docs/bun.md @@ -37,6 +37,10 @@ To add a new patch that works in both pnpm + Bun: 2. Add the patch file under `patches/` 3. Run `pnpm install` (updates `pnpm-lock.yaml` patch hash) +## Legacy patch files + +`patches/@mariozechner__pi-coding-agent@0.32.3.patch` is currently **unused** (not referenced from `package.json#pnpm.patchedDependencies`), so neither pnpm nor Bun will apply it. + ## Bun lifecycle scripts (blocked by default) Bun may block dependency lifecycle scripts unless explicitly trusted (`bun pm untrusted` / `bun pm trust`).