agentsys 5.13.3 → 5.13.4
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": "24 specialized plugins for AI workflow automation - task orchestration, PR workflow, slop detection, code review, drift detection, enhancement analysis, documentation sync, unified static analysis, durable memory, negative behavior memory, skill and system prompt curation, 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.13.
|
|
4
|
+
"version": "5.13.4",
|
|
5
5
|
"owner": {
|
|
6
6
|
"name": "Avi Fenesh",
|
|
7
7
|
"url": "https://github.com/avifenesh"
|
|
@@ -203,10 +203,11 @@
|
|
|
203
203
|
"source": {
|
|
204
204
|
"source": "url",
|
|
205
205
|
"url": "https://github.com/agent-sh/axiom.git",
|
|
206
|
-
"
|
|
206
|
+
"ref": "v0.6.1",
|
|
207
|
+
"commit": "ba77271a4ff7084d2d567cf3173204390be80f3b"
|
|
207
208
|
},
|
|
208
209
|
"description": "Personal agent-native knowledge base: load thin context, query durable memories, create project scaffolds, and propose approved records",
|
|
209
|
-
"version": "0.6.
|
|
210
|
+
"version": "0.6.1",
|
|
210
211
|
"category": "productivity",
|
|
211
212
|
"homepage": "https://github.com/agent-sh/axiom"
|
|
212
213
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
## [Unreleased]
|
|
11
11
|
|
|
12
|
+
## [5.13.4] - 2026-05-18
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
- Updated the `axiom` marketplace pin to `v0.6.1`, including the clean-machine init bootstrap fix and richer generated starter index keywords.
|
|
16
|
+
|
|
17
|
+
### Tests
|
|
18
|
+
- Added `axiom` to the standalone marketplace contract so its release tag, commit pin, command, docs, and Codex metadata stay covered.
|
|
19
|
+
|
|
12
20
|
## [5.13.3] - 2026-05-17
|
|
13
21
|
|
|
14
22
|
### Fixed
|
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.13.
|
|
8
|
+
"version": "5.13.4",
|
|
9
9
|
"author": "Avi Fenesh",
|
|
10
10
|
"author_url": "https://github.com/avifenesh"
|
|
11
11
|
},
|