chore(release): bump to v6.0.0 — CAISS-readiness release with compliance, governance, CLI

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-04-10 14:03:10 +02:00
commit dea17a1c11
7 changed files with 76 additions and 15 deletions

View file

@ -19,7 +19,7 @@ import { scan } from './posture-scanner.mjs';
// Constants
// ---------------------------------------------------------------------------
const VERSION = '5.1.0';
const VERSION = '6.0.0';
/** Cache location */
const CACHE_DIR = join(homedir(), '.cache', 'llm-security');