ai-rulez 2.4.0 → 2.4.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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -274,6 +274,8 @@ ai-rulez generate
|
|
|
274
274
|
|
|
275
275
|
## MCP Server Integration
|
|
276
276
|
|
|
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
|
+
|
|
277
279
|
`ai-rulez` provides seamless **Model Context Protocol (MCP)** integration, automatically configuring both file-based and CLI-based AI tools with your MCP servers.
|
|
278
280
|
|
|
279
281
|
### Automatic CLI Configuration
|
|
@@ -522,7 +524,7 @@ Add the following to your `.pre-commit-config.yaml`:
|
|
|
522
524
|
```yaml
|
|
523
525
|
repos:
|
|
524
526
|
- repo: https://github.com/Goldziher/ai-rulez
|
|
525
|
-
rev: v2.2
|
|
527
|
+
rev: v2.3.2
|
|
526
528
|
hooks:
|
|
527
529
|
- id: ai-rulez-validate
|
|
528
530
|
- id: ai-rulez-generate
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-rulez",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.1",
|
|
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",
|