From 4f6c00e08541b9a213590abf2a2a1afe3ea91b8f Mon Sep 17 00:00:00 2001 From: knhn1004 <49494541+knhn1004@users.noreply.github.com> Date: Fri, 8 May 2026 18:17:31 -0700 Subject: [PATCH] Bump CLI to 0.1.24 and fix license identifier Bumps version to cover the external guardrails catalog and runtime controls shipped in #86. Replaces the non-SPDX "SEE LICENSE IN LICENSE" string with the correct SPDX identifier FSL-1.1-Apache-2.0. Co-Authored-By: Claude Sonnet 4.6 --- cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/package.json b/cli/package.json index 614de02..0556e05 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,8 +1,8 @@ { "name": "@openagentlock/cli", - "version": "0.1.23", + "version": "0.1.24", "type": "module", - "license": "SEE LICENSE IN LICENSE", + "license": "FSL-1.1-Apache-2.0", "description": "OpenAgentLock CLI — a firewall for AI coding agents. Detects local agent harnesses (Claude Code, Codex CLI, Cursor, OpenCode, Cline, Gemini CLI, Continue, Copilot), gates risky tool calls via a Go control plane, anchors decisions in a Rust Merkle ledger.", "keywords": [ "ai",