@bilig/workpaper 0.119.2 → 0.119.3

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/AGENTS.md CHANGED
@@ -38,8 +38,8 @@ Do not claim success from a write call alone. The proof is computed readback plu
38
38
  ## Fast Commands
39
39
 
40
40
  ```sh
41
- npm exec --package @bilig/workpaper@latest -- bilig-agent-challenge
42
- npm exec --package @bilig/workpaper@latest -- bilig-mcp-challenge
41
+ npm exec --package @bilig/workpaper@latest -- bilig-agent-challenge --json
42
+ npm exec --package @bilig/workpaper@latest -- bilig-mcp-challenge --json
43
43
  npm exec --package @bilig/workpaper@latest -- bilig-workpaper-mcp --workpaper ./pricing.workpaper.json --init-demo-workpaper --writable
44
44
  npm exec --package @bilig/workpaper@latest -- bilig-formula-clinic ./reduced.xlsx --cells "Summary!B7,Inputs!B2"
45
45
  ```
package/SKILL.md CHANGED
@@ -49,7 +49,7 @@ Before wiring a client, an agent can prove the direct WorkPaper loop with:
49
49
  ```json
50
50
  {
51
51
  "command": "npm",
52
- "args": ["exec", "--package", "@bilig/workpaper@latest", "--", "bilig-agent-challenge"]
52
+ "args": ["exec", "--package", "@bilig/workpaper@latest", "--", "bilig-agent-challenge", "--json"]
53
53
  }
54
54
  ```
55
55
 
@@ -58,7 +58,7 @@ For the actual file-backed MCP path, run the package-owned challenge first:
58
58
  ```json
59
59
  {
60
60
  "command": "npm",
61
- "args": ["exec", "--package", "@bilig/workpaper@latest", "--", "bilig-mcp-challenge"]
61
+ "args": ["exec", "--package", "@bilig/workpaper@latest", "--", "bilig-mcp-challenge", "--json"]
62
62
  }
63
63
  ```
64
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/workpaper",
3
- "version": "0.119.2",
3
+ "version": "0.119.3",
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.119.2",
93
- "bilig-workpaper": "0.119.2"
92
+ "@bilig/headless": "0.119.3",
93
+ "bilig-workpaper": "0.119.3"
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.119.2",
6
+ "version": "0.119.3",
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.119.2",
21
+ "version": "0.119.3",
22
22
  "transport": {
23
23
  "type": "stdio"
24
24
  }