d8efb667c7518df5f80e0e71630b9d7ae8707b47
CLAUDE.md, internal/config/voice.go and docs/routing.md all say the routing heads graph is a fine-tuned copy of the embedder, never the embedder's own file. Nothing enforced it. The daemon loaded whatever the key pointed at, so pointing both keys at one file cost recall with no error and no log line, which reads as ordinary drift rather than as a misconfiguration. validateVoice now refuses it at load. Both paths are cleaned and made absolute first, so "./m.onnx" and "$PWD/m.onnx" are one path, and then compared with os.SameFile, which catches a copy that is a symlink or a hard link. A path that does not stat is left to the loader, whose error message is better than this check can give. Refusing to start is deliberate and it differs from the loader's treatment of a broken weights file, which logs and leaves the heads nil on purpose. That case is a missing accelerator. This one is a working file in the wrong role, and a daemon that cannot route well should say so rather than answer worse. deploy/mavend.json points the two keys at different files, so the live config still starts.
Description
No description provided
Languages
Go
97.1%
HTML
0.9%
Shell
0.6%
CSS
0.5%
Makefile
0.3%
Other
0.6%