bilig-workpaper 0.131.0 → 0.131.2
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 -3
- package/SKILL.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -72,9 +72,9 @@ npm exec --package bilig-workpaper -- bilig-mcp-challenge
|
|
|
72
72
|
npm exec --package bilig-workpaper -- bilig-workpaper-mcp --workpaper ./pricing.workpaper.json --init-demo-workpaper --writable
|
|
73
73
|
```
|
|
74
74
|
|
|
75
|
-
`bilig-evaluate` prints
|
|
76
|
-
|
|
77
|
-
|
|
75
|
+
`bilig-evaluate` prints a `bilig-evaluator.v1` object. The challenge commands
|
|
76
|
+
remain available for callers that already know the direct WorkPaper or MCP path
|
|
77
|
+
they need.
|
|
78
78
|
|
|
79
79
|
For a runnable starter project, use `npm create @bilig/workpaper`.
|
|
80
80
|
|
package/SKILL.md
CHANGED
|
@@ -24,7 +24,7 @@ Trigger this skill for tasks involving:
|
|
|
24
24
|
- quote, budget, payout, pricing, import-validation, or forecast models;
|
|
25
25
|
- agent spreadsheet tools that need deterministic cell addresses;
|
|
26
26
|
- MCP clients that can run a stdio server or call a Streamable HTTP endpoint;
|
|
27
|
-
- reduced XLSX formula bugs that need a
|
|
27
|
+
- reduced XLSX formula bugs that need a local report.
|
|
28
28
|
|
|
29
29
|
Do not trigger it for manual spreadsheet editing, Office macros, VBA, pivots, charts, COM automation, or exact Excel desktop behavior unless the user explicitly asks to compare Bilig against an Excel oracle.
|
|
30
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bilig-workpaper",
|
|
3
|
-
"version": "0.131.
|
|
3
|
+
"version": "0.131.2",
|
|
4
4
|
"description": "Bilig WorkPaper runtime for Node.js services, agent tools, and server-side spreadsheet formulas.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent-tools",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"build": "pnpm --dir ../.. --filter @bilig/headless build && rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@bilig/headless": "0.131.
|
|
87
|
-
"@bilig/xlsx-formula-recalc": "0.131.
|
|
86
|
+
"@bilig/headless": "0.131.2",
|
|
87
|
+
"@bilig/xlsx-formula-recalc": "0.131.2"
|
|
88
88
|
},
|
|
89
89
|
"engines": {
|
|
90
90
|
"node": ">=22.0.0"
|