@bilig/workbook 0.131.2 → 0.132.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/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bilig/workbook",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.132.0",
|
|
4
|
+
"description": "Transport-neutral workbook intent API for agent plans, command receipts, and formula readback checks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent-first",
|
|
7
7
|
"agent-tools",
|
|
8
8
|
"ai-agents",
|
|
9
9
|
"bilig",
|
|
10
10
|
"command-receipts",
|
|
11
|
+
"formula-readback",
|
|
11
12
|
"model-context-protocol",
|
|
12
13
|
"models",
|
|
13
14
|
"plan-data",
|
|
@@ -106,8 +107,8 @@
|
|
|
106
107
|
"test": "cd ../.. && tsx scripts/run-vitest.ts --run packages/workbook/src/__tests__/guards.test.ts packages/workbook/src/__tests__/guards.fuzz.test.ts packages/workbook/src/__tests__/model-api.test.ts packages/workbook/src/__tests__/model-verification-api.test.ts packages/workbook/src/__tests__/transport-api.test.ts packages/workbook/src/__tests__/ref-data-boundary.test.ts packages/workbook/src/__tests__/low-level-op-api.test.ts packages/workbook/src/__tests__/check-api.test.ts packages/workbook/src/__tests__/format-api.test.ts packages/workbook/src/__tests__/formula-api.test.ts packages/workbook/src/__tests__/action-input-api.test.ts packages/workbook/src/__tests__/action-metadata-api.test.ts packages/workbook/src/__tests__/features-api.test.ts packages/workbook/src/__tests__/feature-plugin-boundary.test.ts packages/workbook/src/__tests__/command-bundle-api.test.ts packages/workbook/src/__tests__/run-api.test.ts packages/workbook/src/__tests__/run-proof-boundary.test.ts packages/workbook/src/__tests__/run-result-schema-api.test.ts packages/workbook/src/__tests__/readback-proof-api.test.ts packages/workbook/src/__tests__/run-strict-proof-api.test.ts packages/workbook/src/__tests__/run-adapter-options-api.test.ts packages/workbook/src/__tests__/requirements-api.test.ts packages/workbook/src/__tests__/plan-refs-api.test.ts packages/workbook/src/__tests__/prepare-api.test.ts packages/workbook/src/__tests__/schema-api.test.ts packages/workbook/src/__tests__/testing-api.test.ts packages/workbook/src/__tests__/package-boundary.test.ts"
|
|
107
108
|
},
|
|
108
109
|
"dependencies": {
|
|
109
|
-
"@bilig/formula": "0.
|
|
110
|
-
"@bilig/protocol": "0.
|
|
110
|
+
"@bilig/formula": "0.132.0",
|
|
111
|
+
"@bilig/protocol": "0.132.0"
|
|
111
112
|
},
|
|
112
113
|
"engines": {
|
|
113
114
|
"node": ">=22.0.0"
|