intelligence-router/sidecar
root 1551c281c2 fix: move llama-server stderr log from /tmp to working dir (ReadWritePaths compat)
The sidecar systemd service has ProtectSystem=strict and
ReadWritePaths=/home/bigt/AI/llm, making /tmp read-only. Writing
/tmp/llama-server-stderr.log failed with EROFS.

Changed LLAMA_STDERR_LOG to os.path.join(dirname(MANIFEST_PATH), ...),
resolving to /home/bigt/AI/llm/llama-server-stderr.log, which is
within the allowed ReadWritePaths.
2026-06-16 20:36:10 +00:00
..
__init__.py Epic: Model Switching via Sidecar — Issues #2-#3 2026-06-15 00:49:24 +00:00
app.py fix: move llama-server stderr log from /tmp to working dir (ReadWritePaths compat) 2026-06-16 20:36:10 +00:00
manifest.py Epic: Model Switching via Sidecar — Issues #2-#3 2026-06-15 00:49:24 +00:00