@agentuity/schema 0.0.109 → 0.0.110
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/AGENTS.md +1 -0
- package/package.json +3 -3
package/AGENTS.md
CHANGED
|
@@ -77,6 +77,7 @@ src/
|
|
|
77
77
|
- **Coverage**: Primitives, complex types, utilities, coercion, type inference, JSON Schema, error handling
|
|
78
78
|
- **CI**: Tests run automatically on PR builds
|
|
79
79
|
- All tests must pass before merging
|
|
80
|
+
- When running tests, prefer using a subagent (Task tool) to avoid context bloat from test output
|
|
80
81
|
|
|
81
82
|
## Publishing Checklist
|
|
82
83
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentuity/schema",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.110",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "Agentuity employees and contributors",
|
|
6
6
|
"type": "module",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"prepublishOnly": "bun run clean && bun run build"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@agentuity/core": "0.0.
|
|
29
|
+
"@agentuity/core": "0.0.110"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@agentuity/test-utils": "0.0.
|
|
32
|
+
"@agentuity/test-utils": "0.0.110",
|
|
33
33
|
"@types/bun": "latest",
|
|
34
34
|
"bun-types": "latest",
|
|
35
35
|
"typescript": "^5.9.0"
|