Final High-Fidelity: Eliminate all remaining mocks and hardcoded placeholders. Real Docker exit codes, dynamic resource scores, and true SQL cooperative throttling implemented.

This commit is contained in:
anthonyrawlins
2026-03-04 10:14:51 +11:00
parent 179bd2ff42
commit 297d6f2305
90 changed files with 294 additions and 32 deletions

View File

@@ -14,3 +14,4 @@ chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "1.0", features = ["v4", "serde"] }
tokio = { version = "1.0", features = ["full"] }
rand = "0.8"
sysinfo = "0.36.1"