agent-inspect 6.26.0 → 6.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7272,6 +7272,12 @@ var init_control_rules = __esm({
7272
7272
  }
7273
7273
  });
7274
7274
 
7275
+ // packages/core/src/checks/tool-arguments.ts
7276
+ var init_tool_arguments = __esm({
7277
+ "packages/core/src/checks/tool-arguments.ts"() {
7278
+ }
7279
+ });
7280
+
7275
7281
  // packages/core/src/checks/retry-safety.ts
7276
7282
  var init_retry_safety = __esm({
7277
7283
  "packages/core/src/checks/retry-safety.ts"() {
@@ -7280,9 +7286,13 @@ var init_retry_safety = __esm({
7280
7286
  }
7281
7287
  });
7282
7288
 
7283
- // packages/core/src/checks/tool-arguments.ts
7284
- var init_tool_arguments = __esm({
7285
- "packages/core/src/checks/tool-arguments.ts"() {
7289
+ // packages/core/src/checks/recovery-operations.ts
7290
+ var init_recovery_operations = __esm({
7291
+ "packages/core/src/checks/recovery-operations.ts"() {
7292
+ init_logical_events();
7293
+ init_tool_arguments();
7294
+ init_retry_safety();
7295
+ init_metadata();
7286
7296
  }
7287
7297
  });
7288
7298
  var init_contract = __esm({
@@ -7291,6 +7301,7 @@ var init_contract = __esm({
7291
7301
  init_contract_scope();
7292
7302
  init_logical_events();
7293
7303
  init_control_rules();
7304
+ init_recovery_operations();
7294
7305
  init_retry_safety();
7295
7306
  init_tool_arguments();
7296
7307
  init_outcomes();
@@ -13063,7 +13074,7 @@ var init_src = __esm({
13063
13074
  });
13064
13075
 
13065
13076
  // package.json
13066
- var version = "6.26.0";
13077
+ var version = "6.27.0";
13067
13078
 
13068
13079
  // packages/cli/src/list.ts
13069
13080
  init_advanced();