ai-rulez 4.3.1 → 4.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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -240,7 +240,7 @@ Add to `.pre-commit-config.yaml`:
|
|
|
240
240
|
```yaml
|
|
241
241
|
repos:
|
|
242
242
|
- repo: https://github.com/Goldziher/ai-rulez
|
|
243
|
-
rev: v4.3.
|
|
243
|
+
rev: v4.3.2
|
|
244
244
|
hooks:
|
|
245
245
|
- id: ai-rulez-recursive # generate outputs across the repo
|
|
246
246
|
- id: ai-rulez-validate # dry-run validation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-rulez",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2",
|
|
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",
|