@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.
- package/CHANGELOG.md +14 -0
- 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
|