ai-rulez 4.4.0 → 4.5.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -262,7 +262,7 @@ Add to `.pre-commit-config.yaml`:
|
|
|
262
262
|
```yaml
|
|
263
263
|
repos:
|
|
264
264
|
- repo: https://github.com/Goldziher/ai-rulez
|
|
265
|
-
rev: v4.4.
|
|
265
|
+
rev: v4.4.1
|
|
266
266
|
hooks:
|
|
267
267
|
- id: ai-rulez-recursive # generate outputs across the repo
|
|
268
268
|
- 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
|
+
"version": "4.5.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",
|