Files
poimen-memory/crates
rock edccf19072
Build and Push / Test (push) Successful in 2m40s
Build and Push / Build and push image (push) Canceled after 0s
fix: remove magika/ort dependency (CI glibc too old for C23 symbols)
Root cause: ort (ONNX Runtime) links against __isoc23_strtoll which
requires glibc 2.38+. CI runner has older glibc, causing linker failure.

Replace magika ML detection with regex-only ContentRouter.
Regex fallback already covers all content types (JSON, log, diff, code).
All 294 tests passing.
2026-08-28 15:42:06 -07:00
..