From 8fdbedd28f3a00862b1431db5bbd731617db1928 Mon Sep 17 00:00:00 2001 From: Assistant builder Date: Fri, 12 Jun 2026 10:11:19 +0000 Subject: [PATCH] CLAUDE.md: point new sessions at findings.md --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 3cae52c..07b5866 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -24,3 +24,7 @@ Copy a file to the Pi: ```sh sshpass -p 'assistant' scp pi@192.168.50.115: ``` + +## Prototype + probe findings + +`findings.md` is the canonical record of what we proved during the prototype + C# probe phase. Read it before starting any audio, wakeword, or Pi-client work — it captures hardware constraints (USB Speaker Phone is 48 kHz-native, mic and speaker are the same device), the .NET-on-Linux env-var gotcha (`Environment.SetEnvironmentVariable` does NOT reach libc `getenv()`; you must P/Invoke `setenv` for libportaudio and onnxruntime to see env knobs), and the punch list of items to redesign before the main assistant. The Python prototypes live at `tests/01-record-play/` and `tests/02-wakeword/`; the C# Test 1 port at `tests/01-record-play-cs/` (deployed via `bin/probe-cs`).