From 7aa46cc9f811d79c14889fb14bd4619ec8a3e15c Mon Sep 17 00:00:00 2001 From: Sam & Claude Date: Sun, 14 Jun 2026 15:13:06 +0200 Subject: [PATCH] docs(freebsd): correct patched-file list (3 changes, drop phantom voice_mode.py) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The README claimed "six targeted changes" and listed tools/voice_mode.py as patched, but commit a9e4caa3f touched only three code files (setup.py, uninstall.py, install-freebsd.sh) plus this README. voice_mode.py was never modified — voice works on FreeBSD via pkg-installed ffplay without code changes, as the same README already states. Drop the phantom row and fix the count. Co-Authored-By: Claude Opus 4.8 --- README-FreeBSD.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README-FreeBSD.md b/README-FreeBSD.md index ea15795df..06dcfe1ee 100644 --- a/README-FreeBSD.md +++ b/README-FreeBSD.md @@ -4,13 +4,12 @@ This is a clean-room FreeBSD compatibility layer for [Hermes Agent](https://gith ## What's patched -Six targeted changes for FreeBSD native support: +Three targeted changes for FreeBSD native support: | File | Change | |------|--------| | `hermes_cli/setup.py` | FreeBSD in platform detection, `pkg` for espeak-ng, rc.d service support | | `hermes_cli/uninstall.py` | `/usr/local/bin` symlink removal on FreeBSD | -| `tools/voice_mode.py` | Audio playback on FreeBSD (aplay/ffplay) | | `scripts/install-freebsd.sh` | Native FreeBSD installer (POSIX sh, pkg, uv) | Clipboard (xclip) and voice (ffplay) work on FreeBSD without code changes — xclip and ffmpeg are available via `pkg`.