@bilig/workpaper 0.130.0 → 0.130.1

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
@@ -9,7 +9,7 @@ Use this file when an AI coding agent, MCP client, or tool host needs workbook f
9
9
  3. Use `https://proompteng.github.io/bilig/agent-adoption-kit.html` when you need the shortest no-key install, MCP proof, and paste-ready workbook task.
10
10
  4. If your host can install skills from a well-known endpoint, run
11
11
  `npx --yes skills@latest add https://bilig.proompteng.ai --list`.
12
- 5. Read `https://proompteng.github.io/bilig/skill.txt` when your agent supports skill manifests.
12
+ 5. Read `https://bilig.proompteng.ai/.well-known/agent-skills/bilig-workpaper/SKILL.txt` when your agent supports skill manifests.
13
13
  6. If your host can install skills from GitHub, run
14
14
  `npx --yes skills@latest add proompteng/bilig --skill bilig-workpaper --list`.
15
15
  7. If you are using GitHub Copilot or VS Code agent mode in a cloned checkout,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/workpaper",
3
- "version": "0.130.0",
3
+ "version": "0.130.1",
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.130.0",
93
- "bilig-workpaper": "0.130.0"
92
+ "@bilig/headless": "0.130.1",
93
+ "bilig-workpaper": "0.130.1"
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.130.0",
6
+ "version": "0.130.1",
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.130.0",
21
+ "version": "0.130.1",
22
22
  "transport": {
23
23
  "type": "stdio"
24
24
  }