@bilig/workpaper 0.126.0 → 0.128.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 +4 -4
- package/package.json +3 -3
- package/server.json +2 -2
package/SKILL.md
CHANGED
|
@@ -45,7 +45,7 @@ npx --yes skills@latest add https://bilig.proompteng.ai --list
|
|
|
45
45
|
npx --yes skills@latest add proompteng/bilig --skill bilig-workpaper --list
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
Before wiring a client, an agent can
|
|
48
|
+
Before wiring a client, an agent can check the direct WorkPaper loop with:
|
|
49
49
|
|
|
50
50
|
```json
|
|
51
51
|
{
|
|
@@ -165,16 +165,16 @@ The report is local. It does not upload workbook contents. Ask for a reduced pub
|
|
|
165
165
|
|
|
166
166
|
## Required Verification
|
|
167
167
|
|
|
168
|
-
Return
|
|
168
|
+
Return readback, not vibes. A successful agent response should include:
|
|
169
169
|
|
|
170
170
|
- the exact edited sheet and A1 cell;
|
|
171
171
|
- before values for relevant inputs and dependent outputs;
|
|
172
172
|
- after values read from the recalculated workbook;
|
|
173
173
|
- persistence evidence from serialized or exported WorkPaper state;
|
|
174
|
-
- restore or reimport
|
|
174
|
+
- restore or reimport checks when file boundaries matter;
|
|
175
175
|
- limitations for unsupported formulas or Excel-only features.
|
|
176
176
|
|
|
177
|
-
If any
|
|
177
|
+
If any readback step fails, report the blocker instead of claiming the workbook was updated.
|
|
178
178
|
|
|
179
179
|
## Reference URLs
|
|
180
180
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bilig/workpaper",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.128.0",
|
|
4
4
|
"description": "Scoped Bilig WorkPaper runtime and MCP server for Node.js services, agent tools, and server-side spreadsheet formulas.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent-tools",
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
"build": "pnpm --dir ../.. --filter bilig-workpaper build && rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"@bilig/headless": "0.
|
|
93
|
-
"bilig-workpaper": "0.
|
|
92
|
+
"@bilig/headless": "0.128.0",
|
|
93
|
+
"bilig-workpaper": "0.128.0"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"ai": "6.0.182",
|
package/server.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "io.github.proompteng/bilig-workpaper",
|
|
4
4
|
"title": "Bilig WorkPaper",
|
|
5
5
|
"description": "WorkPaper MCP tools, resources, and prompts for readback, edits, and JSON persistence.",
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.128.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"url": "https://github.com/proompteng/bilig",
|
|
9
9
|
"source": "github"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
{
|
|
19
19
|
"registryType": "npm",
|
|
20
20
|
"identifier": "@bilig/workpaper",
|
|
21
|
-
"version": "0.
|
|
21
|
+
"version": "0.128.0",
|
|
22
22
|
"transport": {
|
|
23
23
|
"type": "stdio"
|
|
24
24
|
}
|