@skillmark/webapp 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,14 @@
1
+ # @skillmark/webapp
2
+
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4417566: Add security benchmarking, generate-tests command, and dashboard improvements
8
+
9
+ - Security test type with refusal/leakage scoring and composite metrics
10
+ - `generate-tests` command for regenerating tests from SKILL.md
11
+ - `--prompt-context` option for injecting additional context into test generation
12
+ - Auto-publish results after benchmark runs
13
+ - Expandable test results and security radar chart in dashboard
14
+ - Git repo URL detection for published results
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillmark/webapp",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Skillmark leaderboard webapp (Cloudflare Workers)",
5
5
  "type": "module",
6
6
  "main": "./src/worker-entry-point.ts",