mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-16 10:56:45 +00:00
omx(team): auto-checkpoint worker-1 [1]
This commit is contained in:
@@ -195,17 +195,10 @@ fn inventory_commands_emit_structured_json_when_requested() {
|
||||
"plugins target should be null when no plugin is targeted"
|
||||
);
|
||||
assert_eq!(plugins["status"], "ok");
|
||||
let plugin_entries = plugins["plugins"].as_array().expect("plugins array");
|
||||
for plugin in plugin_entries {
|
||||
assert!(
|
||||
plugin["lifecycle_state"].is_string(),
|
||||
"plugin entries should expose lifecycle_state"
|
||||
);
|
||||
assert!(
|
||||
plugin["lifecycle"]["configured"].is_boolean(),
|
||||
"plugin entries should expose lifecycle contract summary"
|
||||
);
|
||||
}
|
||||
assert!(plugins["plugins"]
|
||||
.as_array()
|
||||
.expect("plugins array")
|
||||
.is_empty());
|
||||
assert!(plugins["load_failures"]
|
||||
.as_array()
|
||||
.expect("plugin load failures array")
|
||||
|
||||
Reference in New Issue
Block a user