docs(install): add macOS Gatekeeper quarantine workaround (#2139)

Harvested from PR #2139 (copilot-swe-agent). README changes skipped
to preserve the narrative harness section.

Co-authored-by: copilot-swe-agent[bot]
This commit is contained in:
Hunter Bown
2026-05-26 10:32:07 -05:00
parent d3adc6a0f1
commit e2eff3956c
+7
View File
@@ -266,6 +266,13 @@ chmod +x ~/.local/bin/codewhale ~/.local/bin/codewhale-tui
codewhale --version
```
> **macOS Gatekeeper note.** If you downloaded the binaries with a browser,
> macOS may block them with "Apple cannot verify" warnings. Clear the quarantine
> attribute on both binaries and retry:
> ```bash
> xattr -d com.apple.quarantine ~/.local/bin/codewhale ~/.local/bin/codewhale-tui 2>/dev/null || true
> ```
Verify integrity against the per-release SHA-256 manifest:
```bash