ai-rulez 4.4.1 → 4.6.0

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 +12 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="docs/assets/logo.png" alt="AI-Rulez" width="200" />
2
+ <img src="https://raw.githubusercontent.com/Goldziher/ai-rulez/main/docs/assets/ai-rulez-banner.png" alt="AI-Rulez" width="820" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">ai-rulez</h1>
@@ -38,6 +38,17 @@ npx ai-rulez@latest init && npx ai-rulez@latest generate
38
38
 
39
39
  ai-rulez generates correct, tool-native output for **19 platforms**: Claude, Cursor, Windsurf, Copilot, Gemini, Cline, Continue.dev, Codex, OpenCode, Amp, Junie, Antigravity, and more. Each preset respects the target tool's conventions — proper frontmatter, directory structure, file extensions, agent formats.
40
40
 
41
+ ## Generate Plugins, Not Just Config
42
+
43
+ ai-rulez doesn't only write config into *your* repo — it also packages your project as **distributable plugins**. Run `ai-rulez generate --plugin` and the same `.ai-rulez/` source (skills, commands, agents, MCP servers) becomes installable **plugin bundles and a marketplace index** for Claude, Cursor, Codex, Gemini, Kimi, OpenCode, and Factory.
44
+
45
+ ```bash
46
+ ai-rulez generate --plugin # write plugin bundles + marketplace.json
47
+ ai-rulez generate --plugin --dry-run # preview
48
+ ```
49
+
50
+ Write MCP launch commands and hooks once with the canonical `${PLUGIN_ROOT}` variable; each runtime gets its own manifest with the variable and hook format rewritten to fit. Supports single-plugin repos and monorepos (`[marketplace].members`), plus a Claude statusline passthrough. Publish your governance so others can `plugin install` it — reaching people who never run ai-rulez. See [Authoring Plugins](docs/plugins.md).
51
+
41
52
  ## What Ships Out of the Box
42
53
 
43
54
  ai-rulez isn't just a config generator. It ships with **33 builtin domains** containing opinionated rules, agents, and workflows that establish a professional development baseline immediately.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-rulez",
3
- "version": "4.4.1",
3
+ "version": "4.6.0",
4
4
  "description": "Complete AI development workflow for 19+ tools. Ships with builtin rules, agents, and conventions. Generate native configs for Claude, Cursor, Copilot, Windsurf, Gemini, Codex and more from a single source.",
5
5
  "keywords": [
6
6
  "ai",