Update installation instructions and remove deprecated SKILL_URL (#7)

* Update installation instructions and remove deprecated SKILL_URL

* Remove redundant installation instruction from Home component

* Remove unused SKILL_URL import from Home component
This commit is contained in:
davida-ps
2026-02-08 13:13:53 +01:00
committed by GitHub
parent 24db3d46a4
commit 85966ff569
2 changed files with 3 additions and 7 deletions
-3
View File
@@ -1,6 +1,3 @@
// 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/latest/download/SKILL.md';
// Feed URL for fetching live advisories
export const ADVISORY_FEED_URL = 'https://clawsec.prompt.security/releases/latest/download/feed.json';