fix(clawsec-suite): use release metadata for heartbeat version check (#173)

* fix(clawsec-suite): stop false heartbeat update alerts

* chore(deps): remediate npm audit vulnerabilities

* docs(heartbeats): harden release lookup and fallback behavior

* chore(skills): remove prompt-agent

* chore(clawsec-suite): bump version to 0.1.5

* fix(ci): skip removed skills in skill-release validation
This commit is contained in:
davida-ps
2026-04-08 23:18:58 +03:00
committed by GitHub
parent bd6e9e284a
commit b996cff4bd
13 changed files with 300 additions and 984 deletions
+2 -2
View File
@@ -32,12 +32,12 @@
"eslint-plugin-react-hooks": "^7.0.1",
"fast-check": "^4.5.3",
"typescript": "~5.9.3",
"vite": "^7.3.1"
"vite": "^7.3.2"
},
"overrides": {
"ajv": "6.14.0",
"balanced-match": "4.0.3",
"brace-expansion": "5.0.2",
"brace-expansion": "5.0.5",
"minimatch": "10.2.4"
}
}