ai-rulez 3.11.3 → 3.11.5

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # ai-rulez
2
2
 
3
- Write AI assistant rules once. Generate configs for 18 different tools.
3
+ Directory-based AI governance for 18+ tools. Define rules, context, skills, agents and commands once generate native configs for Claude, Cursor, Copilot, Windsurf, Gemini, Codex, and more.
4
4
 
5
- Every AI coding tool wants its own config format. Claude needs `CLAUDE.md`, Cursor wants `.cursor/rules/`, Copilot expects `.github/copilot-instructions.md`. Keeping them in sync is tedious and error-prone.
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
 
7
- ai-rulez solves this: define rules and context in `.ai-rulez/`, run `generate`, and get native configs for all your tools.
7
+ ai-rulez solves this: organize your AI governance in `.ai-rulez/`, run `generate`, and get native configs for all your tools — with proper frontmatter, tool-specific formatting, and full feature support (skills, agents, MCP servers).
8
8
 
9
9
  ```bash
10
10
  npx ai-rulez@latest init && npx ai-rulez@latest generate
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ai-rulez",
3
- "version": "3.11.3",
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.",
3
+ "version": "3.11.5",
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",
7
7
  "ai-assistant",