bilig-workpaper 0.155.0 → 0.159.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/SKILL.md +3 -0
- package/package.json +3 -3
package/SKILL.md
CHANGED
|
@@ -194,6 +194,8 @@ If any readback step fails, report the blocker instead of claiming the workbook
|
|
|
194
194
|
- Agent handbook: https://proompteng.github.io/bilig/headless-workpaper-agent-handbook.html
|
|
195
195
|
- Agent workbook challenge: https://proompteng.github.io/bilig/agent-workbook-challenge.html
|
|
196
196
|
- MCP server guide: https://proompteng.github.io/bilig/mcp-workpaper-tool-server.html
|
|
197
|
+
- OpenHands MCP setup: https://proompteng.github.io/bilig/openhands-workpaper-mcp.html
|
|
198
|
+
- OpenCode MCP setup: https://proompteng.github.io/bilig/opencode-workpaper-mcp.html
|
|
197
199
|
- Open WebUI tool setup: https://proompteng.github.io/bilig/open-webui-workpaper-mcp.html
|
|
198
200
|
- LobeHub MCP setup: https://proompteng.github.io/bilig/lobehub-workpaper-mcp.html
|
|
199
201
|
- AnythingLLM MCP setup: https://proompteng.github.io/bilig/anythingllm-workpaper-mcp.html
|
|
@@ -214,5 +216,6 @@ If any readback step fails, report the blocker instead of claiming the workbook
|
|
|
214
216
|
- Kestra Node flow: https://proompteng.github.io/bilig/kestra-workpaper-flow.html
|
|
215
217
|
- Prefect flow: https://proompteng.github.io/bilig/prefect-workpaper-flow.html
|
|
216
218
|
- XLSX formula clinic: https://proompteng.github.io/bilig/formula-bug-clinic.html
|
|
219
|
+
- Stale XLSX fixture command: npm exec --package @bilig/xlsx-formula-recalc@latest -- xlsx-cache-doctor ./reduced.xlsx --json
|
|
217
220
|
- Compatibility limits: https://proompteng.github.io/bilig/where-bilig-is-not-excel-compatible-yet.html
|
|
218
221
|
- Repository: https://github.com/proompteng/bilig
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bilig-workpaper",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.159.0",
|
|
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.
|
|
87
|
-
"@bilig/xlsx-formula-recalc": "0.
|
|
86
|
+
"@bilig/headless": "0.159.0",
|
|
87
|
+
"@bilig/xlsx-formula-recalc": "0.159.0"
|
|
88
88
|
},
|
|
89
89
|
"engines": {
|
|
90
90
|
"node": ">=22.0.0"
|