- Confirm Rust/Cargo versions
- Run
cargo cleanthen rebuild - Re-run with
cargo build -vvfor verbose diagnostics
- Start with
cargo test --workspace --lib - Then run integration and conformance separately
- Check whether failures are parser/runtime/interop specific
- Verify toolchain dependencies are present
- Compare behavior against VM/interpreter path
- Use status docs to confirm current backend maturity
- Run
cargo run -- interop check - Verify Zig FFI and Idris ABI contracts are in sync
- Run
just panic-attack - Address critical/high findings first
- Re-run until clean