@pome-sh/checks 0.3.2 → 0.3.3

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 +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @pome-sh/checks
2
2
 
3
+ ## 0.3.3 — 2026-08-22
4
+
5
+ **No consumer-visible change.** The repo's top-level `examples/` directory is now
6
+ `agent-examples/`, so comments and one MCP tools-list provenance note that named
7
+ the old path were updated with it. No tool, schema, status code, response body or
8
+ shipped artifact moved; `packages/twin-github`'s fixture still serves the same 36
9
+ tools. Listed only because those files sit under a path the next release of this
10
+ package carries.
11
+
3
12
  ## 0.3.2 — 2026-08-22
4
13
 
5
14
  **No consumer-visible change.** The nine per-workspace `vitest.config.ts` files
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pome-sh/checks",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
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",