@zalom/plastic 2.0.0-alpha.25 → 2.0.0-alpha.26

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zalom/plastic",
3
- "version": "2.0.0-alpha.25",
3
+ "version": "2.0.0-alpha.26",
4
4
  "description": "Intent-driven idea development system for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1257,7 +1257,7 @@ class Doctor
1257
1257
  # agent_model_drift, no store-content scanning).
1258
1258
  def run_core_checks(agent_key)
1259
1259
  all_checks = []
1260
- all_checks += check_agent_registration(agent_key)
1260
+ all_checks += check_agent_registration(agent_key).reject { |c| c[:name] == "codex_hooks_trust" }
1261
1261
  all_checks += check_core_files(agent_key, include_drift: false)
1262
1262
  all_checks += check_manifest_sync(agent_key)
1263
1263
  all_checks += check_registered_project_paths