mirror of
https://github.com/instructkr/claw-code.git
synced 2026-05-19 05:51:26 +08:00
omx(team): auto-checkpoint worker-4 [unknown]
This commit is contained in:
@@ -358,11 +358,7 @@ fn doctor_and_resume_status_emit_json_when_requested() {
|
|||||||
.find(|check| check["name"] == "boot preflight")
|
.find(|check| check["name"] == "boot preflight")
|
||||||
.expect("boot preflight check");
|
.expect("boot preflight check");
|
||||||
assert!(boot_preflight["boot_preflight"]["repo"]["exists"].is_boolean());
|
assert!(boot_preflight["boot_preflight"]["repo"]["exists"].is_boolean());
|
||||||
assert!(
|
assert!(boot_preflight["boot_preflight"]["mcp_startup"]["eligible"].is_boolean());
|
||||||
boot_preflight["boot_preflight"]["branch_freshness"]["behind"]
|
|
||||||
.as_u64()
|
|
||||||
.is_some()
|
|
||||||
);
|
|
||||||
assert!(boot_preflight["boot_preflight"]["required_binaries"].is_array());
|
assert!(boot_preflight["boot_preflight"]["required_binaries"].is_array());
|
||||||
|
|
||||||
let sandbox = checks
|
let sandbox = checks
|
||||||
|
|||||||
Reference in New Issue
Block a user