agentsys 5.9.0 → 5.9.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentsys",
|
|
3
3
|
"description": "20 specialized plugins for AI workflow automation - task orchestration, PR workflow, slop detection, code review, drift detection, enhancement analysis, documentation sync, unified static analysis, perf investigations, topic research, agent config linting, cross-tool AI consultation, structured AI debate, workflow pattern learning, codebase onboarding, contributor guidance, and Zig language support",
|
|
4
|
-
"version": "5.9.
|
|
4
|
+
"version": "5.9.1",
|
|
5
5
|
"owner": {
|
|
6
6
|
"name": "Avi Fenesh",
|
|
7
7
|
"url": "https://github.com/avifenesh"
|
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
"source": "url",
|
|
161
161
|
"url": "https://github.com/agent-sh/agnix.git"
|
|
162
162
|
},
|
|
163
|
-
"description": "Lint agent configuration files (SKILL.md, CLAUDE.md, hooks, MCP) against
|
|
164
|
-
"version": "1.
|
|
163
|
+
"description": "Lint agent configuration files (SKILL.md, CLAUDE.md, hooks, MCP) against 414 rules across 10+ AI tools",
|
|
164
|
+
"version": "1.1.0",
|
|
165
165
|
"category": "development",
|
|
166
166
|
"homepage": "https://github.com/agent-sh/agnix"
|
|
167
167
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
## [Unreleased]
|
|
11
11
|
|
|
12
|
+
## [5.9.1] - 2026-04-26
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
- **agnix marketplace entry** - bumped from 1.0.0 to 1.1.0 and updated description from "385 rules" to "414 rules" to reflect agnix v0.22.0 (414 validation rules, additive `schema --fix` and `tools check/detect` subcommands). Updated `site/content.json` version highlight to match.
|
|
16
|
+
|
|
12
17
|
## [5.9.0] - 2026-04-25
|
|
13
18
|
|
|
14
19
|
### Added
|
package/package.json
CHANGED
package/site/content.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"url": "https://agent-sh.github.io/agentsys",
|
|
6
6
|
"repo": "https://github.com/agent-sh/agentsys",
|
|
7
7
|
"npm": "https://www.npmjs.com/package/agentsys",
|
|
8
|
-
"version": "5.9.
|
|
8
|
+
"version": "5.9.1",
|
|
9
9
|
"author": "Avi Fenesh",
|
|
10
10
|
"author_url": "https://github.com/avifenesh"
|
|
11
11
|
},
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
"highlights": [
|
|
454
454
|
"Agent-analyzer Phase 1 - git intelligence with 21 queries",
|
|
455
455
|
"Repo-intel integration across 11 plugins",
|
|
456
|
-
"agnix v0.
|
|
456
|
+
"agnix v0.22.0 - 414 validation rules"
|
|
457
457
|
]
|
|
458
458
|
},
|
|
459
459
|
{
|