generated from hyperpolymath/rsr-template-repo
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jonathan D.A. Jewell edited this page Mar 24, 2026
·
1 revision
Hospital-model operations framework providing trustworthy system help without fearware, nagware, or scammy "optimizers".
See the main README for installation and usage.
just build-all # Build everything (Rust + Elixir + contracts)
just test-all # Run all tests
cargo run -p hardware-crash-team -- scan --envelope # Hardware diagnostics- Hospital department model -- Components are organised as hospital departments: Emergency Room (V, panic-safe intake), Operating Room (Rust, clinician + hardware-crash-team), Observatory (Elixir, metrics and weather), and Records (Elixir, multi-platform bug reporting). Data flows from ER intake through evidence envelopes to procedure plans.
- Hardware Crash Team -- Born from an NVIDIA Quadro M2000M zombie GPU causing 43+ reboots in 3 days. Rust-based hardware diagnostic tool with BAR enumeration, lspci enrichment, 6 remediation strategies, and SARIF 2.1.0 output.
- Hybrid monorepo -- Core hospital departments live here; external tools (panic-attacker, verisimdb, hypatia, gitbot-fleet, echidna) stay as satellites.
Rust workspace for clinician and hardware-crash-team. V for emergency room. Elixir for observatory and records/referrals. JSON+Deno for contract schemas (8 schemas). Evidence Envelope data format flows between all components.
See docs/ for architecture details.
- panic-attacker -- Security scanning (satellite)
- VeriSimDB -- Cross-modal consistency engine (satellite)
- Hypatia -- Neurosymbolic CI/CD scanning (satellite)
- Stapeln -- Container stack designer
See CONTRIBUTING.md.