@bilig/workbook 0.70.0 → 0.71.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/README.md +3 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -332,6 +332,9 @@ touched ranges and touched-cell count without importing `@bilig/core`.
|
|
|
332
332
|
`@bilig/agent-api` uses this same public handoff to validate its richer
|
|
333
333
|
app-owned `WorkbookAgentCommandBundle` before preview and authoritative apply,
|
|
334
334
|
without making `@bilig/workbook` depend on agent runtime code.
|
|
335
|
+
`apps/bilig` then stores the validated `WorkbookCommandResult` on the agent
|
|
336
|
+
execution record, so later agents can inspect the generic proof without replaying
|
|
337
|
+
human spreadsheet UI state.
|
|
335
338
|
|
|
336
339
|
After a runtime has previewed or applied a bundle, call
|
|
337
340
|
`workbookCommandResultForReceipts(bundle, receipts, { revision, undo })` to turn
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bilig/workbook",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.71.0",
|
|
4
4
|
"description": "Agent-first workbook model API and transport-neutral workbook operation language for bilig.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent-first",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"test": "cd ../.. && tsx scripts/run-vitest.ts --run packages/workbook/src/__tests__/guards.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__/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__/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__/requirements-api.test.ts packages/workbook/src/__tests__/plan-refs-api.test.ts"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@bilig/formula": "0.
|
|
47
|
-
"@bilig/protocol": "0.
|
|
46
|
+
"@bilig/formula": "0.71.0",
|
|
47
|
+
"@bilig/protocol": "0.71.0"
|
|
48
48
|
},
|
|
49
49
|
"engines": {
|
|
50
50
|
"node": ">=22.0.0"
|