@bilig/workpaper 0.119.5 → 0.119.6

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
@@ -7,17 +7,19 @@ Use this file when an AI coding agent, MCP client, or tool host needs workbook f
7
7
  1. Read `https://proompteng.github.io/bilig/llms.txt` for the compact map.
8
8
  2. Read `https://proompteng.github.io/bilig/llms-full.txt` when you need enough context to implement a workflow without searching the whole site.
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
- 4. Read `https://proompteng.github.io/bilig/skill.txt` when your agent supports skill manifests.
11
- 5. If your host can install skills from GitHub, run
10
+ 4. If your host can install skills from a well-known endpoint, run
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.
13
+ 6. If your host can install skills from GitHub, run
12
14
  `npx --yes skills@latest add proompteng/bilig --skill bilig-workpaper --list`.
13
- 6. If you are inside a cloned Bilig repository with Claude Code, use the
15
+ 7. If you are inside a cloned Bilig repository with Claude Code, use the
14
16
  project skill at `.claude/skills/bilig-workpaper/SKILL.md`.
15
- 7. If you are using Cursor, Windsurf/Cascade, Cline, or Continue, use
17
+ 8. If you are using Cursor, Windsurf/Cascade, Cline, or Continue, use
16
18
  `.cursor/rules/bilig-workpaper.mdc` or
17
19
  `.windsurf/rules/bilig-workpaper.md`,
18
20
  `.clinerules/bilig-workpaper.md`, or
19
21
  `.continue/rules/bilig-workpaper.md`.
20
- 8. Start the MCP server or import `@bilig/workpaper` directly.
22
+ 9. Start the MCP server or import `@bilig/workpaper` directly.
21
23
 
22
24
  Remote MCP clients that support Streamable HTTP can smoke-test the stateless
23
25
  demo endpoint at `https://bilig.proompteng.ai/mcp`. Directory scanners that inspect the
package/README.md CHANGED
@@ -169,6 +169,7 @@ LibreOffice, Google Sheets, or a screenshot grid, hand it the adoption kit
169
169
  instead:
170
170
 
171
171
  ```sh
172
+ npx --yes skills@latest add https://bilig.proompteng.ai --list
172
173
  npx --yes skills@latest add proompteng/bilig --skill bilig-workpaper --list
173
174
  npm exec --package @bilig/workpaper@latest -- bilig-mcp-challenge --json
174
175
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/workpaper",
3
- "version": "0.119.5",
3
+ "version": "0.119.6",
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.5",
93
- "bilig-workpaper": "0.119.5"
92
+ "@bilig/headless": "0.119.6",
93
+ "bilig-workpaper": "0.119.6"
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.5",
6
+ "version": "0.119.6",
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.5",
21
+ "version": "0.119.6",
22
22
  "transport": {
23
23
  "type": "stdio"
24
24
  }