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.3",
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
- "commit": "a1bf0fc9ab61178774b3391a337db3e1af20413a"
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.0",
210
+ "version": "0.6.1",
210
211
  "category": "productivity",
211
212
  "homepage": "https://github.com/agent-sh/axiom"
212
213
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentsys",
3
- "version": "5.13.3",
3
+ "version": "5.13.4",
4
4
  "description": "Professional-grade slash commands for Claude Code with cross-platform support",
5
5
  "keywords": [
6
6
  "workflow",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentsys",
3
- "version": "5.13.3",
3
+ "version": "5.13.4",
4
4
  "description": "A modular runtime and orchestration system for AI agents - works with Claude Code, OpenCode, and Codex CLI",
5
5
  "main": "lib/platform/detect-platform.js",
6
6
  "type": "commonjs",
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.3",
8
+ "version": "5.13.4",
9
9
  "author": "Avi Fenesh",
10
10
  "author_url": "https://github.com/avifenesh"
11
11
  },