mirror of
https://github.com/arsenije/Uru.git
synced 2026-07-22 08:28:21 +00:00
LanceDB (khora's vector store) stopped shipping x86_64-mac wheels in v0.30 (lancedb/lancedb#2836), and khora requires >=0.30, so the venv install is unsatisfiable on Intel Macs. Users hit uv's raw "no matching platform tag" resolver error with no explanation. Fail fast in ensureBackend() via assertSupportedPlatform() with a plain-language message that also covers Apple-Silicon Macs launched under Rosetta (they report arch "x64"). Update README + submission docs to state Apple-Silicon-only on macOS, and add a platform-guard test (with an obsidian stub so the test bundle can import uv.ts). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| install-to-vault.mjs | ||
| khora-pin.mjs | ||
| package.sh | ||
| run-tests.mjs | ||
| sidecar-embed.mjs | ||
| verify-staging.mjs | ||