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.
- package/.claude-plugin/marketplace.json +4 -4
- package/.claude-plugin/plugin.json +1 -1
- package/CHANGELOG.md +13 -0
- package/package.json +1 -1
- package/site/content.json +1 -1
|
@@ -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.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.
|
|
219
|
-
"commit": "
|
|
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.
|
|
222
|
+
"version": "0.3.1",
|
|
223
223
|
"category": "productivity",
|
|
224
224
|
"homepage": "https://github.com/agent-sh/banthis"
|
|
225
225
|
},
|
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
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.2",
|
|
9
9
|
"author": "Avi Fenesh",
|
|
10
10
|
"author_url": "https://github.com/avifenesh"
|
|
11
11
|
},
|