agent-inspect 6.22.0 → 6.23.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.
@@ -7264,12 +7264,38 @@ var init_contract_scope = __esm({
7264
7264
  init_metadata();
7265
7265
  }
7266
7266
  });
7267
+
7268
+ // packages/core/src/checks/control-rules.ts
7269
+ var init_control_rules = __esm({
7270
+ "packages/core/src/checks/control-rules.ts"() {
7271
+ init_logical_events();
7272
+ }
7273
+ });
7274
+
7275
+ // packages/core/src/checks/retry-safety.ts
7276
+ var init_retry_safety = __esm({
7277
+ "packages/core/src/checks/retry-safety.ts"() {
7278
+ init_logical_events();
7279
+ init_metadata();
7280
+ }
7281
+ });
7282
+
7283
+ // packages/core/src/checks/tool-arguments.ts
7284
+ var init_tool_arguments = __esm({
7285
+ "packages/core/src/checks/tool-arguments.ts"() {
7286
+ }
7287
+ });
7267
7288
  var init_contract = __esm({
7268
7289
  "packages/core/src/checks/contract.ts"() {
7269
7290
  init_checks2();
7270
7291
  init_contract_scope();
7292
+ init_logical_events();
7293
+ init_control_rules();
7294
+ init_retry_safety();
7295
+ init_tool_arguments();
7271
7296
  init_outcomes();
7272
7297
  init_contract_scope();
7298
+ init_tool_arguments();
7273
7299
  new Set(OBSERVED_OUTCOME_METHODS);
7274
7300
  }
7275
7301
  });
@@ -13018,7 +13044,7 @@ var init_src = __esm({
13018
13044
  });
13019
13045
 
13020
13046
  // package.json
13021
- var version = "6.22.0";
13047
+ var version = "6.23.0";
13022
13048
 
13023
13049
  // packages/cli/src/list.ts
13024
13050
  init_advanced();