@pathrule/cli 0.0.15 → 0.0.17

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 (3) hide show
  1. package/LICENSE +202 -21
  2. package/dist/index.js +1369 -408
  3. package/package.json +6 -3
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@pathrule/cli",
3
- "version": "0.0.15",
4
- "description": "Pathrule CLI",
5
- "license": "MIT",
3
+ "version": "0.0.17",
4
+ "description": "Pathrule, the context layer for AI coding agents: path-scoped memories, rules, and skills for Claude Code, Cursor, Codex, and Windsurf.",
5
+ "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "homepage": "https://pathrule.io",
8
8
  "repository": {
@@ -21,6 +21,9 @@
21
21
  "dist",
22
22
  "README.md"
23
23
  ],
24
+ "dependencies": {
25
+ "better-sqlite3": "^11"
26
+ },
24
27
  "engines": {
25
28
  "node": ">=20.11.1"
26
29
  },