ai-rulez 3.13.1 → 3.14.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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ai-rulez
|
|
2
2
|
|
|
3
|
-
Directory-based AI governance for
|
|
3
|
+
Directory-based AI governance for 19+ tools. Define rules, context, skills, agents and commands once — generate native configs for Claude, Cursor, Copilot, Windsurf, Gemini, Codex, and more.
|
|
4
4
|
|
|
5
5
|
Every AI coding tool wants its own config format. Claude needs `CLAUDE.md` + `.claude/skills/` + `.claude/agents/`, Cursor wants `.cursor/rules/`, Copilot expects `.github/copilot-instructions.md`. Keeping them in sync is tedious and error-prone.
|
|
6
6
|
|
|
@@ -14,7 +14,7 @@ npx ai-rulez@latest init && npx ai-rulez@latest generate
|
|
|
14
14
|
|
|
15
15
|
## What You Get
|
|
16
16
|
|
|
17
|
-
- **
|
|
17
|
+
- **19 preset generators**: Claude, Cursor, Windsurf, Copilot, Gemini, Antigravity, Cline, Continue.dev, Amp, Junie, Codex, OpenCode, and custom presets
|
|
18
18
|
- **Commands system**: Define slash commands once, use them across tools that support it
|
|
19
19
|
- **Concise builtins**: Optimized builtin rules for minimal token footprint
|
|
20
20
|
- **Remote includes**: Pull shared rules from git repos (company standards, team configs)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-rulez",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.1",
|
|
4
4
|
"description": "Directory-based AI governance for Claude, Cursor, Copilot, Windsurf and 14+ tools. Define rules, context, skills and agents in .ai-rulez/ — generate synchronized configs for all your AI assistants.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|