agentsys 5.13.0 → 5.13.2

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.0",
4
+ "version": "5.13.2",
5
5
  "owner": {
6
6
  "name": "Avi Fenesh",
7
7
  "url": "https://github.com/avifenesh"
@@ -215,11 +215,11 @@
215
215
  "source": {
216
216
  "source": "url",
217
217
  "url": "https://github.com/agent-sh/banthis.git",
218
- "ref": "v0.3.0",
219
- "commit": "5820a197bba0f01ec4877a63c5d13c108d8c661d"
218
+ "ref": "v0.3.1",
219
+ "commit": "197c8f8b2a074ba22791ee04407f60344f5eee7c"
220
220
  },
221
221
  "description": "Durable negative behavior memory: persist user-defined banned agent behaviors into CLAUDE.md or AGENTS.md",
222
- "version": "0.3.0",
222
+ "version": "0.3.1",
223
223
  "category": "productivity",
224
224
  "homepage": "https://github.com/agent-sh/banthis"
225
225
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentsys",
3
- "version": "5.13.0",
3
+ "version": "5.13.2",
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,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ ## [5.13.2] - 2026-05-17
13
+
14
+ ### Changed
15
+ - Updated the `banthis` marketplace pin to `v0.3.1`, which hardens CLI writes and fixes the init fallback install path.
16
+
17
+ ### Tests
18
+ - Added marketplace contract coverage for the standalone curator and negative-memory plugins.
19
+
20
+ ## [5.13.1] - 2026-05-17
21
+
22
+ ### Changed
23
+ - Updated the `banthis` marketplace pin to the GitHub-installable `v0.3.0` commit so documented fallback installation works without npm publication.
24
+
12
25
  ## [5.13.0] - 2026-05-17
13
26
 
14
27
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentsys",
3
- "version": "5.13.0",
3
+ "version": "5.13.2",
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.0",
8
+ "version": "5.13.2",
9
9
  "author": "Avi Fenesh",
10
10
  "author_url": "https://github.com/avifenesh"
11
11
  },