@unerr-ai/unerr 0.2.10 → 0.2.12

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.
Files changed (4) hide show
  1. package/README.md +136 -121
  2. package/dist/cli.js +28532 -21372
  3. package/dist/ui/index.html +25 -25
  4. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unerr-ai/unerr",
3
- "version": "0.2.10",
3
+ "version": "0.2.12",
4
4
  "mcpName": "io.github.unerr-ai/unerr",
5
5
  "description": "Your AI agent has read your codebase but still can't safely change it. unerr is a local guardrail that hands the agent the call graph and your rules at the moment it edits.",
6
6
  "repository": {
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "scripts": {
18
18
  "build": "pnpm run build:ui && pnpm run build:cli",
19
- "build:cli": "tsup src/entrypoints/cli.ts --format esm --target node20 --dts --no-splitting",
19
+ "build:cli": "tsup src/entrypoints/cli.ts --format esm --target node20 --dts --no-splitting --external cozo-node --external better-sqlite3",
20
20
  "dev": "tsx watch src/entrypoints/cli.ts",
21
21
  "test": "vitest",
22
22
  "test:run": "vitest run < /dev/null",