From 007a9cc5f470cf352652790e0b27f4d276eb84e1 Mon Sep 17 00:00:00 2001 From: David Abutbul Date: Fri, 6 Feb 2026 00:55:02 +0200 Subject: [PATCH] chore(constants): update SKILL_URL to version 0.0.5 --- constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.ts b/constants.ts index c50b2d2..7454cdb 100644 --- a/constants.ts +++ b/constants.ts @@ -1,6 +1,6 @@ // ClawSec Suite SKILL.md URL - injected at build time, with hardcoded fallback export const SKILL_URL = import.meta.env.VITE_CLAWSEC_SUITE_URL || - 'https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.4/SKILL.md'; + 'https://clawsec.prompt.security/releases/download/clawsec-suite-v0.0.5/SKILL.md'; // Feed URL for fetching live advisories export const ADVISORY_FEED_URL = 'https://clawsec.prompt.security/releases/latest/download/feed.json';