rivox 1.0.0

Universal polyglot build coordination layer for Python, Rust, and Node monorepos
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Troubleshooting Guide

### Missing Native Resolver Tool
**Error**: `Failed to execute uv --version. Ensure uv is installed and in PATH.`  
**Fix**: Install native ecosystem prerequisite tools (`uv`, `cargo`, `pnpm`).

### Lockfile Parity Mismatch
**Error**: `Lockfile hash mismatch for python: expected sha256:..., got sha256:...`  
**Fix**: Re-run `rivox build` to synchronize `rivox.lock` with updated native lockfiles.

See also: [faq.md](faq.md), [cli.md](cli.md).