@pome-sh/checks 0.4.0 → 0.4.1
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 +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# @pome-sh/checks
|
|
2
2
|
|
|
3
|
+
## 0.4.1 — 2026-09-01
|
|
4
|
+
|
|
5
|
+
Doc-only: a build-config comment no longer references the removed
|
|
6
|
+
`@pome-sh/adapter-claude-sdk` package. No API or behaviour change.
|
|
7
|
+
|
|
3
8
|
## 0.4.0 — 2026-08-29
|
|
4
9
|
|
|
5
10
|
**Every twin's `parseSeed` refuses a key no seed field matches** (F-1689). The
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pome-sh/checks",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Pome's grading vocabulary — the check declarations, seed schemas and default seeds of all five digital twins, plus the check DSL they are written in. Declarations only: no twin server, no database, no routes, no tools.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|