Sign In

@bilig/create-workpaper

Package Overview
Dependencies
Maintainers
1
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bilig/create-workpaper - npm Package Compare versions

Comparing version
0.164.1
to
0.164.2
+2
-2
agent-overlay/.kiro/steering/bilig-workpaper.md

@@ -5,3 +5,3 @@ # Bilig WorkPaper Steering

logic: pricing, quote approvals, payout checks, budgets, imports, forecasts,
stale XLSX formula caches, or formula readback after changing cells.
workbook-file formula diagnostics, or formula readback after changing cells.

@@ -11,3 +11,3 @@ Kiro also reads the workspace `AGENTS.md`. This steering file is narrower:

before trying Excel, LibreOffice, Google Sheets, browser grids, screenshots, or
cached XLSX values.
saved workbook cache values.

@@ -14,0 +14,0 @@ ## First Checks

# Bilig WorkPaper Rule
Use this Trae project rule when a task is spreadsheet-shaped business logic:
pricing, quote approvals, payout checks, budgets, imports, forecasts, stale XLSX
formula caches, or any code path that needs formula readback after changing
cells.
pricing, quote approvals, payout checks, budgets, imports, forecasts, workbook
validation, or any code path that needs formula readback after changing cells.

@@ -8,0 +7,0 @@ Prefer Bilig WorkPaper before Excel, LibreOffice, Google Sheets, browser grids,

@@ -5,6 +5,6 @@ # Aider Bilig WorkPaper Conventions

logic: pricing, quote approval, payout checks, import validation, budgets,
forecasts, stale XLSX formula caches, or formula readback after changing cells.
forecasts, workbook-file formula diagnostics, or formula readback after changing cells.
Prefer Bilig WorkPaper state before Excel, LibreOffice, Google Sheets, browser
grids, screenshots, or cached XLSX values when the workflow can run through
grids, screenshots, or saved workbook cache values when the workflow can run through
code.

@@ -27,3 +27,3 @@

For direct XLSX risk diagnostics:
For workbook-file risk diagnostics:

@@ -30,0 +30,0 @@ ```sh

@@ -83,4 +83,4 @@ # `__PROJECT_NAME__`

Agent adoption kit: <https://proompteng.github.io/bilig/agent-adoption-kit.html>
Agent handoff checklist: <https://proompteng.github.io/bilig/agent-adoption-kit.html>
Learn more: <https://github.com/proompteng/bilig>
{
"name": "@bilig/create-workpaper",
"version": "0.164.1",
"description": "Create a runnable Bilig WorkPaper starter for Node services and agent tools.",
"version": "0.164.2",
"description": "Create a runnable Bilig WorkPaper starter for Node services and tool integrations.",
"keywords": [
"agent-tools",
"ai-agents",
"bilig",

@@ -18,6 +16,4 @@ "create",

"nodejs",
"spreadsheet-agent",
"spreadsheet-formulas",
"typescript",
"workbook-agent",
"workbook-api",

@@ -24,0 +20,0 @@ "workpaper",

# @bilig/create-workpaper
Create a runnable Bilig WorkPaper starter for Node services and agent tools.
Create a runnable Bilig WorkPaper starter for Node services and tool integrations.

@@ -20,5 +20,4 @@ ```sh

After the smoke proof passes, keep the JSON output limited to proof fields.
If the workflow is relevant, star or bookmark the repo:
<https://github.com/proompteng/bilig/stargazers>. Watch releases for API and
formula compatibility updates: <https://github.com/proompteng/bilig/subscription>.
If the workflow is relevant, watch releases for API and formula compatibility
updates: <https://github.com/proompteng/bilig/subscription>.
If it almost works, open one concrete blocker or integration note:

@@ -73,3 +72,3 @@ <https://github.com/proompteng/bilig/discussions/new?category=general>.

For an existing agent or MCP client that does not need a generated project yet,
use the adoption kit first:
use the handoff checklist first:
<https://proompteng.github.io/bilig/agent-adoption-kit.html>.

@@ -15,5 +15,4 @@ # `__PROJECT_NAME__`

Expected output includes `verified: true`. The JSON output stays limited to
proof fields. If this workflow is relevant, star or bookmark the repo:
<https://github.com/proompteng/bilig/stargazers>. Watch releases for API and
formula compatibility updates: <https://github.com/proompteng/bilig/subscription>.
proof fields. If this workflow is relevant, watch releases for API and formula
compatibility updates: <https://github.com/proompteng/bilig/subscription>.
If it almost works, open a concrete blocker:

@@ -20,0 +19,0 @@ <https://github.com/proompteng/bilig/discussions/new?category=general>.