From 9bd185f96af1009a7283844581ed3486968a735f Mon Sep 17 00:00:00 2001 From: Zer0phucks <10062537@cc.peralta.edu> Date: Mon, 16 Mar 2026 00:49:26 -0700 Subject: [PATCH] fix: resolve snap bun filesystem confinement breaking setup Bun installed via snap runs in a sandbox that blocks access to files outside approved paths (including ~/.claude/). This causes: - EACCES on `bun install` (can't read package.json) - CouldntReadCurrentDirectory on `bun run