From a11edbe0cadb0af1e7a7ce9934e159e37766d047 Mon Sep 17 00:00:00 2001 From: agent-core-bot Date: Sun, 22 Mar 2026 16:39:08 +0000 Subject: [PATCH] chore: sync core lib and CLAUDE.md from agent-core --- lib/binary/version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/binary/version.js b/lib/binary/version.js index a4cbaa1..76c8587 100644 --- a/lib/binary/version.js +++ b/lib/binary/version.js @@ -1,7 +1,7 @@ 'use strict'; // Minimum binary version required by this version of agent-core -const ANALYZER_MIN_VERSION = '0.1.0'; +const ANALYZER_MIN_VERSION = '0.3.0'; // Binary name const BINARY_NAME = 'agent-analyzer';