agnix 0.16.2 → 0.17.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 +2 -2
- package/install.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Linter for AI agent configurations. Validates SKILL.md, CLAUDE.md, hooks, MCP, and more.
|
|
4
4
|
|
|
5
|
-
**
|
|
5
|
+
**385 rules** | **Real-time validation** | **Auto-fix** | **Multi-tool support**
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -95,7 +95,7 @@ Run `agnix --help` for the full command reference.
|
|
|
95
95
|
|
|
96
96
|
## Links
|
|
97
97
|
|
|
98
|
-
- [GitHub Repository](https://github.com/
|
|
98
|
+
- [GitHub Repository](https://github.com/agent-sh/agnix)
|
|
99
99
|
- [Validation Rules](https://avifenesh.github.io/agnix/docs/rules)
|
|
100
100
|
- [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=avifenesh.agnix)
|
|
101
101
|
|
package/install.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agnix",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"description": "Linter for AI agent configurations. Validates SKILL.md, CLAUDE.md, hooks, MCP, and more.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
"codex",
|
|
17
17
|
"ai"
|
|
18
18
|
],
|
|
19
|
-
"homepage": "https://github.com/
|
|
19
|
+
"homepage": "https://github.com/agent-sh/agnix",
|
|
20
20
|
"bugs": {
|
|
21
|
-
"url": "https://github.com/
|
|
21
|
+
"url": "https://github.com/agent-sh/agnix/issues"
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "git+https://github.com/
|
|
25
|
+
"url": "git+https://github.com/agent-sh/agnix.git"
|
|
26
26
|
},
|
|
27
27
|
"license": "MIT OR Apache-2.0",
|
|
28
28
|
"author": "Avi Fenesh <avifenesh@gmail.com>",
|