CLAUDE.md: point new sessions at findings.md

This commit is contained in:
2026-06-12 10:11:19 +00:00
parent 7c4621b3b7
commit 8fdbedd28f
+4
View File
@@ -24,3 +24,7 @@ Copy a file to the Pi:
```sh
sshpass -p 'assistant' scp <local> pi@192.168.50.115:<remote>
```
## 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`).