ai-rulez 2.3.1 → 2.3.2
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
|
@@ -274,7 +274,7 @@ ai-rulez generate
|
|
|
274
274
|
|
|
275
275
|
## MCP Server Integration
|
|
276
276
|
|
|
277
|
-
> **New in v2.3.
|
|
277
|
+
> **New in v2.3.2**: Improved Codex/Gemini agent compatibility, optional agent test gating, and tighter MCP CLI integrations for smoother non-interactive workflows.
|
|
278
278
|
|
|
279
279
|
`ai-rulez` provides seamless **Model Context Protocol (MCP)** integration, automatically configuring both file-based and CLI-based AI tools with your MCP servers.
|
|
280
280
|
|
|
@@ -524,7 +524,7 @@ Add the following to your `.pre-commit-config.yaml`:
|
|
|
524
524
|
```yaml
|
|
525
525
|
repos:
|
|
526
526
|
- repo: https://github.com/Goldziher/ai-rulez
|
|
527
|
-
rev: v2.3.
|
|
527
|
+
rev: v2.3.2
|
|
528
528
|
hooks:
|
|
529
529
|
- id: ai-rulez-validate
|
|
530
530
|
- id: ai-rulez-generate
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-rulez",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
4
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",
|