From 93e57ef8488eda54a3ace9009e8507d8e92de3ab Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 18:53:21 +0000 Subject: [PATCH] Refactor codebase, optimize checks, and enhance documentation - Refactored `hardware.rs` and `system.rs` to use `which` crate for robust binary detection. - Fixed clippy warnings in `docker.rs`, `infra.rs`, `lib.rs`, and `tests/integration_tests.rs`. - Enhanced `install.sh` with `set -euo pipefail` and smart git pull logic. - Updated `README.md` with Table of Contents, Troubleshooting, and Contributing sections. - Verified all changes with `cargo test` and `bash -n`. Co-authored-by: Cylae <13425054+Cylae@users.noreply.github.com>