ai-rulez 1.6.1 → 2.0.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/package.json CHANGED
@@ -1,60 +1,73 @@
1
1
  {
2
2
  "name": "ai-rulez",
3
- "version": "1.6.1",
4
- "description": "⚡ Lightning-fast CLI tool (written in Go) for managing AI assistant rules - generate configuration files for Claude, Cursor, Windsurf and more",
3
+ "version": "2.0.1",
4
+ "description": "⚡ One config to rule them all. Centralized AI assistant configuration management - generate rules for Claude, Cursor, Copilot, Windsurf and more from a single YAML file.",
5
5
  "keywords": [
6
6
  "ai",
7
- "ai-assistant",
7
+ "ai-assistant",
8
8
  "ai-rules",
9
9
  "claude",
10
- "cursor",
11
- "windsurf",
12
- "codeium",
10
+ "cursor",
13
11
  "copilot",
12
+ "windsurf",
13
+ "gemini",
14
+ "cline",
15
+ "continue-dev",
16
+ "mcp",
17
+ "model-context-protocol",
14
18
  "cli",
15
- "cli-tool",
16
19
  "configuration",
17
20
  "config",
18
21
  "rules",
19
22
  "generator",
20
23
  "golang",
21
24
  "go",
22
- "fast",
23
25
  "development",
24
26
  "developer-tools",
25
27
  "automation",
26
- "workflow",
28
+ "workflow",
27
29
  "productivity",
28
30
  "pre-commit",
29
31
  "git-hooks",
30
- "lefthook",
31
32
  "code-generation",
32
33
  "ai-development",
33
- "assistant-configuration"
34
+ "assistant-configuration",
35
+ "monorepo",
36
+ "presets",
37
+ "agents"
34
38
  ],
35
39
  "repository": {
36
40
  "type": "git",
37
41
  "url": "https://github.com/Goldziher/ai-rulez.git"
38
42
  },
39
- "homepage": "https://github.com/Goldziher/ai-rulez#readme",
43
+ "homepage": "https://goldziher.github.io/ai-rulez/",
40
44
  "bugs": {
41
45
  "url": "https://github.com/Goldziher/ai-rulez/issues"
42
46
  },
47
+ "funding": {
48
+ "type": "github",
49
+ "url": "https://github.com/sponsors/Goldziher"
50
+ },
43
51
  "license": "MIT",
44
52
  "author": {
45
53
  "name": "Na'aman Hirschfeld",
46
54
  "email": "nhirschfeld@gmail.com",
47
55
  "url": "https://github.com/Goldziher"
48
56
  },
57
+ "maintainers": [
58
+ {
59
+ "name": "Na'aman Hirschfeld",
60
+ "email": "nhirschfeld@gmail.com",
61
+ "url": "https://github.com/Goldziher"
62
+ }
63
+ ],
49
64
  "bin": {
50
- "ai-rulez": "./bin/ai-rulez"
51
- },
52
- "scripts": {
53
- "postinstall": "node install.js"
65
+ "ai-rulez": "./bin/ai-rulez.js"
54
66
  },
67
+ "scripts": {},
55
68
  "files": [
56
- "bin",
57
- "install.js",
69
+ "bin/",
70
+ "install.js",
58
71
  "README.md"
59
72
  ],
60
73
  "engines": {
@@ -66,8 +79,8 @@
66
79
  "win32"
67
80
  ],
68
81
  "cpu": [
69
- "x64",
82
+ "x64",
70
83
  "arm64",
71
84
  "ia32"
72
85
  ]
73
- }
86
+ }