@agen-ai/validation 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/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,6 +25,10 @@ imports `/zod`.
25
25
 
26
26
  ## Versioning and release
27
27
 
28
+ The package source is `0.2.0` and ships in lockstep with Agent Protocol V7 and
29
+ `@agen-ai/agent-runtime@0.2.0`. Its ordinary validator-neutral surface is unchanged from `0.1.0`;
30
+ the coordinated version advance prevents consumers from resolving a mixed SDK release set.
31
+
28
32
  The package follows semantic versioning. Breaking changes to ordinary types, normalized issue
29
33
  semantics, or exported entrypoints require a major release. Additive issue helpers and compatible
30
34
  normalization improvements may be minor releases; fixes that preserve the public contract are
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agen-ai/validation",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "private": false,
5
5
  "description": "Validator-neutral issue contracts and optional Zod 4 normalization for reusable AgenAI packages.",
6
6
  "type": "module",