agentsys 5.13.3 → 5.14.0

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
- "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",
3
+ "description": "26 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, Zig language support, Mojo language support, and Ada/SPARK language support",
4
+ "version": "5.14.0",
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.2",
207
+ "commit": "e3f3fabfcb19c140a38cbd5c5129ac69ca50b359"
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.2",
210
211
  "category": "productivity",
211
212
  "homepage": "https://github.com/agent-sh/axiom"
212
213
  },
@@ -324,6 +325,32 @@
324
325
  "version": "0.1.0",
325
326
  "category": "development",
326
327
  "homepage": "https://github.com/agent-sh/zig-lsp"
328
+ },
329
+ {
330
+ "name": "mojo",
331
+ "source": {
332
+ "source": "url",
333
+ "url": "https://github.com/agent-sh/mojo.git",
334
+ "ref": "v0.2.0",
335
+ "commit": "4d6f5fe71e03380f8532a0a8419903f4f548a587"
336
+ },
337
+ "description": "Teach agents to write idiomatic, correct, performant, current Mojo (v1.0.0b1) - syntax, ownership and CPU/memory optimization (copies, SIMD, vectorize/parallelize), GPU kernels (DeviceContext/LayoutTensor), and Mojo/Python interop; prevents stale pre-2025 syntax",
338
+ "version": "0.2.0",
339
+ "category": "development",
340
+ "homepage": "https://github.com/agent-sh/mojo"
341
+ },
342
+ {
343
+ "name": "ada-spark",
344
+ "source": {
345
+ "source": "url",
346
+ "url": "https://github.com/agent-sh/ada-spark.git",
347
+ "ref": "v0.1.0",
348
+ "commit": "d84e4efbd22165d3739dc5002c8385737637890c"
349
+ },
350
+ "description": "Teach agents to write idiomatic, correct, current Ada and SPARK (Ada 2022) - contracts (aspects, Pre'Class), the Alire ecosystem, SPARK proof (AoRTE, assurance levels, ownership/borrow), embedded (Ravenscar/Jorvik), and GNAT/GNAT SAS tooling; blocks stale pre-2022 advice (GNAT Community, pragma contracts, CodePeer)",
351
+ "version": "0.1.0",
352
+ "category": "development",
353
+ "homepage": "https://github.com/agent-sh/ada-spark"
327
354
  }
328
355
  ]
329
356
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentsys",
3
- "version": "5.13.3",
3
+ "version": "5.14.0",
4
4
  "description": "Professional-grade slash commands for Claude Code with cross-platform support",
5
5
  "keywords": [
6
6
  "workflow",
@@ -4,7 +4,7 @@
4
4
  "skills": "./adapters/codex/skills",
5
5
  "interface": {
6
6
  "displayName": "agentsys",
7
- "shortDescription": "AI agent orchestration with 45 skills and 49 agents",
7
+ "shortDescription": "AI agent orchestration with 45 skills and 50 agents",
8
8
  "longDescription": "Professional-grade slash commands for AI-powered development workflows. Includes /next-task (task discovery to production), /axiom (durable agent memory), /banthis (negative behavior memory), /skill-curator and /system-prompt-curator (agent configuration curation), /ship (commit to deploy), /audit-project (multi-agent code review), /deslop (AI slop cleanup), /perf (performance investigation), /enhance (config analysis), /consult (cross-tool AI consultation), and more.",
9
9
  "developerName": "Avi Fenesh",
10
10
  "category": "developer-tools",
package/AGENTS.md CHANGED
@@ -76,7 +76,7 @@
76
76
  <!-- GEN:START:claude-architecture -->
77
77
  ```
78
78
  lib/ → Shared library (vendored to plugins)
79
- plugins/ → 24 plugins, 49 agents (39 file-based + 10 role-based), 45 skills
79
+ plugins/ → 26 plugins, 50 agents (40 file-based + 10 role-based), 47 skills
80
80
  adapters/ → Platform adapters (opencode-plugin/, opencode/, codex/)
81
81
  checklists/ → Action checklists (9 files)
82
82
  bin/cli.js → npm CLI installer
@@ -93,12 +93,12 @@ bin/cli.js → npm CLI installer
93
93
  | drift-detect | 1 | 1 | Plan drift detection |
94
94
  | enhance | 8 | 9 | Code quality analyzers |
95
95
  | sync-docs | 1 | 1 | Documentation sync |
96
- | repo-intel | 1 | 1 | Unified static analysis |
96
+ | repo-intel | 3 | 1 | Unified static analysis |
97
97
  | axiom | 0 | 1 | Durable agent-native memory |
98
98
  | banthis | 0 | 1 | Durable negative behavior memory |
99
99
  | perf | 6 | 8 | Performance investigation |
100
100
  | learn | 1 | 1 | Topic research and learning guides |
101
- | agnix | 1 | 1 | Agent config linting |
101
+ | agnix | 0 | 1 | Agent config linting |
102
102
  | consult | 1 | 1 | Cross-tool AI consultation |
103
103
  | debate | 1 | 1 | Multi-perspective debate analysis |
104
104
  | web-ctl | 1 | 2 | Browser automation for AI agents |
@@ -108,6 +108,8 @@ bin/cli.js → npm CLI installer
108
108
  | onboard | 1 | 1 | Codebase onboarding |
109
109
  | can-i-help | 1 | 1 | Contributor guidance |
110
110
  | zig-lsp | 0 | 0 | |
111
+ | mojo | 0 | 1 | |
112
+ | ada-spark | 0 | 1 | |
111
113
  <!-- GEN:END:claude-architecture -->
112
114
 
113
115
  **Pattern**: `Command → Agent → Skill` (orchestration → invocation → implementation)
@@ -176,7 +178,7 @@ agentsys # Run installer
176
178
  <agents>
177
179
  ## Agents
178
180
 
179
- 49 agents across 24 plugins (18 have agents; gate-and-ship is commands-only; axiom, banthis, skill-curator, and system-prompt-curator are skill/command-only; zig-lsp is config-only with no commands or agents). Key agents by model:
181
+ 50 agents across 26 plugins (17 have agents; gate-and-ship is commands-only; axiom, banthis, skill-curator, system-prompt-curator, and agnix are skill/command-only; zig-lsp is config-only with no commands or agents; mojo and ada-spark are skill-only). Key agents by model:
180
182
 
181
183
  | Model | Agents | Use Case |
182
184
  |-------|--------|----------|
package/CHANGELOG.md CHANGED
@@ -9,6 +9,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ ## [5.14.0] - 2026-05-21
13
+
14
+ ### Added
15
+ - Registered the `ada-spark` skill plugin (`agent-sh/ada-spark` v0.1.0, pinned `v0.1.0` / `d84e4ef`) in the marketplace. Teaches agents to write idiomatic, correct, current Ada and SPARK (Ada 2022) - contracts (aspects, `Pre'Class`), the Alire ecosystem, SPARK proof (AoRTE, assurance levels, ownership/borrow), embedded (Ravenscar/Jorvik), and GNAT/GNAT SAS tooling; blocks stale pre-2022 advice (GNAT Community, pragma contracts, CodePeer). Mapped to the `Languages` skill category.
16
+ - Registered the `mojo` skill plugin (`agent-sh/mojo` v0.2.0, pinned `v0.2.0` / `4d6f5fe`) in the marketplace. Teaches agents to write idiomatic, current Mojo (v1.0.0b1) - syntax, ownership and CPU/memory optimization, GPU kernels, and Mojo/Python interop; prevents stale pre-2025 syntax. Mapped to the `Languages` skill category.
17
+
18
+ ### Changed
19
+ - Synced plugin/skill count surfaces across `README.md`, `AGENTS.md`, `docs/reference/AGENTS.md`, `docs/ARCHITECTURE.md`, `docs/CROSS_PLATFORM.md`, `site/content.json`, `site/index.html`, and `site/ux-spec.md` for the two new language plugins: plugins `24 -> 26`, skills `45 -> 47` (agents unchanged at 50). Added `ada-spark` and `mojo` to `STATIC_PLUGIN_AGENT_COUNTS`, `CATEGORY_MAP`, and `STATIC_SKILLS` in `scripts/generate-docs.js`, and to `scripts/plugins.txt`.
20
+
21
+ ## [5.13.5] - 2026-05-18
22
+
23
+ ### Changed
24
+ - Updated `axiom` marketplace pin to `v0.6.2`, which ships the `SessionStart` plugin hook (`hooks/hooks.json` + `hooks/session-start.mjs`), the read-only `axiom before-any --detect-only` mode, an OpenCode `session.created` plugin scaffold, and the `BeforeAnyError` library refactor.
25
+
26
+ ### Fixed
27
+ - Synced agent / skill / test / rule counts across `README.md`, `AGENTS.md`, `docs/reference/AGENTS.md`, `.codex-plugin/plugin.json`, `site/content.json`, `site/ux-spec.md`, and `site/index.html`. File-based agent count corrected `39 → 40` (total `49 → 50`), test count refreshed `3,513 → 3,518`, agnix references refreshed `399 → 423` rules and `126 → 129` auto-fixable. Updated `STATIC_PLUGIN_AGENT_COUNTS` in `scripts/generate-docs.js`: `repo-intel 1 → 3`, `agnix 1 → 0`.
28
+ - Updated the `/axiom` section in `README.md` to document the new SessionStart hook, `--detect-only` flag, Codex plugin-hooks opt-in (`[features].plugin_hooks = true`), and the OpenCode scaffold limitation pending [sst/opencode#5409](https://github.com/sst/opencode/issues/5409).
29
+
30
+ ### Tests
31
+ - Updated `__tests__/marketplace-standalone-contract.test.js` to pin the `axiom` expected version, ref, and commit at `v0.6.2 / e3f3fab`.
32
+
33
+ ## [5.13.4] - 2026-05-18
34
+
35
+ ### Changed
36
+ - Updated the `axiom` marketplace pin to `v0.6.1`, including the clean-machine init bootstrap fix and richer generated starter index keywords.
37
+
38
+ ### Tests
39
+ - Added `axiom` to the standalone marketplace contract so its release tag, commit pin, command, docs, and Codex metadata stay covered.
40
+
12
41
  ## [5.13.3] - 2026-05-17
13
42
 
14
43
  ### Fixed
package/README.md CHANGED
@@ -19,7 +19,7 @@
19
19
  </p>
20
20
 
21
21
  <p align="center">
22
- <b>24 plugins · 49 agents · 45 skills (across all repos) · 30k lines of lib code · 3,513 tests · 5 platforms</b><br>
22
+ <b>26 plugins · 50 agents · 47 skills (across all repos) · 30k lines of lib code · 3,518 tests · 5 platforms</b><br>
23
23
  <em>Plugins distributed as standalone repos under <a href="https://github.com/agent-sh">agent-sh</a> org - agentsys is the marketplace &amp; installer</em>
24
24
  </p>
25
25
 
@@ -41,11 +41,11 @@
41
41
  AI models can write code. That's not the hard part anymore. The hard part is everything around it - task selection, branch management, code review, artifact cleanup, CI, PR comments, deployment. **AgentSys is the runtime that orchestrates agents to handle all of it** - structured pipelines, gated phases, specialized agents, and persistent state that survives session boundaries.
42
42
 
43
43
  ---
44
- > Building custom skills, agents, hooks, or MCP tools? [agnix](https://github.com/agent-sh/agnix) is the CLI + LSP linter that catches config errors before they fail silently - real-time IDE validation, auto suggestions, auto-fix, and 399 rules for Claude Code, Codex, OpenCode, Cursor, Kiro, Copilot, Gemini CLI, Cline, Windsurf, Roo Code, Amp, and more.
44
+ > Building custom skills, agents, hooks, or MCP tools? [agnix](https://github.com/agent-sh/agnix) is the CLI + LSP linter that catches config errors before they fail silently - real-time IDE validation, auto suggestions, auto-fix, and 423 rules for Claude Code, Codex, OpenCode, Cursor, Kiro, Copilot, Gemini CLI, Cline, Windsurf, Roo Code, Amp, and more.
45
45
 
46
46
  ## What This Is
47
47
 
48
- An agent orchestration system - 24 plugins, 49 agents (39 file-based + 10 role-based specialists in audit-project), and 45 skills that compose into structured pipelines for software development. Each plugin lives in its own standalone repo under the [agent-sh](https://github.com/agent-sh) org. agentsys is the marketplace and installer that ties them together.
48
+ An agent orchestration system - 26 plugins, 50 agents (40 file-based + 10 role-based specialists in audit-project), and 47 skills that compose into structured pipelines for software development. Each plugin lives in its own standalone repo under the [agent-sh](https://github.com/agent-sh) org. agentsys is the marketplace and installer that ties them together.
49
49
 
50
50
  Each agent has a single responsibility, a specific model assignment, and defined inputs/outputs. Pipelines enforce phase gates so agents can't skip steps. State persists across sessions so work survives interruptions.
51
51
 
@@ -120,7 +120,7 @@ The investment shifts from model spend to pipeline design. Better prompts, riche
120
120
  | [`/gate-and-ship`](#gate-and-ship) | Quality gates then ship (/prepare-delivery + /ship) |
121
121
  | [`/axiom`](#axiom) | Durable memory: load, query, list, bootstrap projects, and record approved knowledge |
122
122
  | [`/banthis`](#banthis) | Durable negative memory: persist banned agent behaviors |
123
- | [`/agnix`](#agnix) | Lint agent configurations (399 rules) |
123
+ | [`/agnix`](#agnix) | Lint agent configurations (423 rules) |
124
124
  | [`/ship`](#ship) | PR creation, CI monitoring, merge |
125
125
  | [`/deslop`](#deslop) | Clean AI slop patterns |
126
126
  | [`/perf`](#perf) | Performance investigation with baselines and profiling |
@@ -146,7 +146,7 @@ Each command works standalone. Together, they compose into end-to-end pipelines.
146
146
 
147
147
  ## Skills
148
148
 
149
- 45 skills included across the plugins:
149
+ 47 skills included across the plugins:
150
150
 
151
151
  | Category | Skills |
152
152
  |----------|--------|
@@ -169,6 +169,8 @@ Each command works standalone. Together, they compose into end-to-end pipelines.
169
169
  | Category | Skills | Plugin |
170
170
  |----------|--------|--------|
171
171
  | **Message Queues** | `glide-mq`, `glide-mq-migrate-bullmq`, `glide-mq-migrate-bee` | [agent-sh/glidemq](https://github.com/agent-sh/glidemq) |
172
+ | **Languages** | `mojo` | [agent-sh/mojo](https://github.com/agent-sh/mojo) |
173
+ | **Languages** | `ada-spark` | [agent-sh/ada-spark](https://github.com/agent-sh/ada-spark) |
172
174
 
173
175
  Skills are the reusable implementation units. Agents invoke skills; commands orchestrate agents. When you install a plugin, its skills become available to all agents in that session.
174
176
 
@@ -181,7 +183,7 @@ Skills are the reusable implementation units. Agents invoke skills; commands orc
181
183
  | [The Approach](#the-approach) | Why it's built this way |
182
184
  | [Benchmarks](#benchmarks) | Sonnet + agentsys vs raw Opus |
183
185
  | [Commands](#commands) | All 24 commands overview |
184
- | [Skills](#skills) | 45 skills across plugins |
186
+ | [Skills](#skills) | 47 skills across plugins |
185
187
  | [Skill-Only Plugins](#skill-only-plugins) | glide-mq and other non-command plugins |
186
188
  | [Command Details](#command-details) | Deep dive into each command |
187
189
  | [How Commands Work Together](#how-commands-work-together) | Standalone vs integrated |
@@ -318,11 +320,14 @@ Each piece runs independently - use `/prepare-delivery` alone to review before d
318
320
 
319
321
  **[axiom](https://github.com/agent-sh/axiom)** is a standalone plugin and CLI. It creates a private `axiom-based` knowledge repo after explicit approval, keeps only thin context loaded automatically, and stores durable decisions, memories, preferences, and project notes in queryable files.
320
322
 
323
+ **Auto-loading at session start (v0.6.2+):** The plugin ships a `SessionStart` hook that runs `axiom before-any --auto-project --detect-only --quiet` automatically in Claude Code and Codex (Codex requires `[features].plugin_hooks = true` in `~/.codex/config.toml`). The hook never mutates state - it emits `## Axiom Setup` when `~/.axiom` is missing or `## Project Detection` when the current git project has no scaffold, then the agent asks the user before running `axiom init` or `axiom project <slug>`. An OpenCode plugin scaffold (`opencode-plugin/axiom.mjs`) hooks `session.created` and pre-warms `~/.axiom/.session-context.md`; full session-start context injection waits on [sst/opencode#5409](https://github.com/sst/opencode/issues/5409). On Cursor / Cline / Aider / Gemini CLI the agent invokes `before-any` via the skill instead.
324
+
321
325
  **What it does:**
322
326
 
323
327
  | Command | Use |
324
328
  |---------|-----|
325
329
  | `axiom before-any --quiet` | Load global thin context at the start of meaningful work |
330
+ | `axiom before-any --auto-project --detect-only --quiet` | Read-only auto-load used by the SessionStart hook |
326
331
  | `axiom before-any --project <slug>` | Load project context and create missing project scaffolds |
327
332
  | `axiom query "<keyword>" --project <slug>` | Retrieve focused, source-backed project knowledge |
328
333
  | `axiom list --topics --project <slug>` | Explore what knowledge exists before querying |
@@ -389,7 +394,7 @@ agnix catches these issues before they cause problems.
389
394
  | **Best Practices** | Tool restrictions, model selection, trigger phrase quality |
390
395
  | **Cross-Platform** | Compatibility across Claude Code, Codex, OpenCode, Cursor, Kiro, Copilot, Gemini CLI, Cline, Windsurf, Roo Code, Amp, and more |
391
396
 
392
- **399 validation rules** (126 auto-fixable) derived from:
397
+ **423 validation rules** (129 auto-fixable) derived from:
393
398
  - Official tool specifications (Claude Code, Codex CLI, OpenCode, Cursor, Kiro, GitHub Copilot, Gemini CLI, Cline, Windsurf, Roo Code, Amp, and more)
394
399
  - Research papers on agent reliability and prompt injection
395
400
  - Real-world testing across 500+ repositories
@@ -1327,7 +1332,7 @@ The system is built on research, not guesswork.
1327
1332
  - Instruction following reliability
1328
1333
 
1329
1334
  **Testing:**
1330
- - 3,513 tests passing
1335
+ - 3,518 tests passing
1331
1336
  - Drift-detect validated on 1,000+ repositories
1332
1337
  - E2E workflow testing across all commands
1333
1338
  - Cross-platform validation (Claude Code, OpenCode, Codex CLI, Cursor, Kiro)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentsys",
3
- "version": "5.13.3",
3
+ "version": "5.14.0",
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",
@@ -69,7 +69,9 @@ const CATEGORY_MAP = {
69
69
  'onboard': 'Onboarding',
70
70
  'can-i-help': 'Onboarding',
71
71
  'audit-project': 'Code Review',
72
- 'glidemq': 'Message Queues'
72
+ 'glidemq': 'Message Queues',
73
+ 'mojo': 'Languages',
74
+ 'ada-spark': 'Languages'
73
75
  };
74
76
 
75
77
  // Static skill definitions for cross-repo plugins (not discoverable locally)
@@ -115,6 +117,8 @@ const STATIC_SKILLS = [
115
117
  { plugin: 'onboard', name: 'onboard' },
116
118
  { plugin: 'can-i-help', name: 'can-i-help' },
117
119
  { plugin: 'audit-project', name: 'audit-project' },
120
+ { plugin: 'mojo', name: 'mojo' },
121
+ { plugin: 'ada-spark', name: 'ada-spark' },
118
122
  { plugin: 'glidemq', name: 'glide-mq' },
119
123
  { plugin: 'glidemq', name: 'glide-mq-migrate-bullmq' },
120
124
  { plugin: 'glidemq', name: 'glide-mq-migrate-bee' },
@@ -284,7 +288,7 @@ function generateSkillsTable(skills) {
284
288
  const categoryOrder = [
285
289
  'Workflow', 'Message Queues', 'Enhancement', 'Performance', 'Cleanup',
286
290
  'Code Review', 'AI Collaboration', 'Onboarding',
287
- 'Web', 'Release', 'Analysis', 'Memory', 'Linting', 'Other'
291
+ 'Web', 'Release', 'Analysis', 'Memory', 'Linting', 'Languages', 'Other'
288
292
  ];
289
293
 
290
294
  const lines = [
@@ -445,12 +449,12 @@ const STATIC_PLUGIN_AGENT_COUNTS = {
445
449
  'drift-detect': 1,
446
450
  'enhance': 8,
447
451
  'sync-docs': 1,
448
- 'repo-intel': 1,
452
+ 'repo-intel': 3,
449
453
  'axiom': 0,
450
454
  'banthis': 0,
451
455
  'perf': 6,
452
456
  'learn': 1,
453
- 'agnix': 1,
457
+ 'agnix': 0,
454
458
  'consult': 1,
455
459
  'debate': 1,
456
460
  'web-ctl': 1,
@@ -459,7 +463,9 @@ const STATIC_PLUGIN_AGENT_COUNTS = {
459
463
  'skillers': 2,
460
464
  'onboard': 1,
461
465
  'can-i-help': 1,
462
- 'zig-lsp': 0
466
+ 'zig-lsp': 0,
467
+ 'mojo': 0,
468
+ 'ada-spark': 0
463
469
  };
464
470
  const STATIC_PLUGIN_COUNT = Object.keys(STATIC_PLUGIN_AGENT_COUNTS).length;
465
471
  const STATIC_FILE_BASED_AGENT_COUNT = Object.values(STATIC_PLUGIN_AGENT_COUNTS).reduce((sum, count) => sum + count, 0);
@@ -1,3 +1,4 @@
1
+ ada-spark
1
2
  agnix
2
3
  axiom
3
4
  audit-project
@@ -10,6 +11,7 @@ drift-detect
10
11
  enhance
11
12
  gate-and-ship
12
13
  learn
14
+ mojo
13
15
  next-task
14
16
  onboard
15
17
  perf
package/site/content.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "meta": {
3
3
  "title": "agentsys",
4
- "description": "A modular runtime and orchestration system for AI agents. 24 plugins, 49 agents, 45 skills - structured pipelines for Claude Code, OpenCode, Codex CLI, Cursor, and Kiro.",
4
+ "description": "A modular runtime and orchestration system for AI agents. 26 plugins, 50 agents, 47 skills - structured pipelines for Claude Code, OpenCode, Codex CLI, Cursor, and Kiro.",
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.14.0",
9
9
  "author": "Avi Fenesh",
10
10
  "author_url": "https://github.com/avifenesh"
11
11
  },
@@ -23,17 +23,17 @@
23
23
  },
24
24
  "stats": [
25
25
  {
26
- "value": "24",
26
+ "value": "26",
27
27
  "label": "Plugins",
28
28
  "suffix": ""
29
29
  },
30
30
  {
31
- "value": "49",
31
+ "value": "50",
32
32
  "label": "Agents",
33
33
  "suffix": ""
34
34
  },
35
35
  {
36
- "value": "45",
36
+ "value": "47",
37
37
  "label": "Skills",
38
38
  "suffix": ""
39
39
  },
@@ -43,7 +43,7 @@
43
43
  "suffix": ""
44
44
  },
45
45
  {
46
- "value": "3,513",
46
+ "value": "3,518",
47
47
  "label": "Tests",
48
48
  "suffix": ""
49
49
  },
@@ -126,7 +126,7 @@
126
126
  {
127
127
  "name": "/agnix",
128
128
  "tagline": "Lint agent configs before they break",
129
- "description": "399 validation rules (126 auto-fixable) for Skills, Memory, Hooks, MCP, and Plugins across 10+ AI tools including Claude Code, Cursor, GitHub Copilot, Codex CLI, OpenCode, Gemini CLI, Cline, Windsurf, Roo Code, and Amp. SARIF output for GitHub Code Scanning.",
129
+ "description": "423 validation rules (129 auto-fixable) for Skills, Memory, Hooks, MCP, and Plugins across 10+ AI tools including Claude Code, Cursor, GitHub Copilot, Codex CLI, OpenCode, Gemini CLI, Cline, Windsurf, Roo Code, and Amp. SARIF output for GitHub Code Scanning.",
130
130
  "example": "/agnix --fix",
131
131
  "category": "linting"
132
132
  },
@@ -401,8 +401,8 @@
401
401
  }
402
402
  ],
403
403
  "agents": {
404
- "total": 49,
405
- "file_based": 39,
404
+ "total": 50,
405
+ "file_based": 40,
406
406
  "role_based": 10,
407
407
  "by_model": [
408
408
  {
@@ -559,7 +559,7 @@
559
559
  ],
560
560
  "research": {
561
561
  "knowledge_base": "8,000 lines of curated documentation from Anthropic, OpenAI, Google, and Microsoft",
562
- "testing": "3,513 tests passing",
562
+ "testing": "3,518 tests passing",
563
563
  "drift_detect_repos": "1,000+ repositories validated",
564
564
  "token_reduction": "77% fewer tokens for drift-detect vs multi-agent approaches"
565
565
  },
package/site/index.html CHANGED
@@ -4,12 +4,12 @@
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
6
  <title>AgentSys - Agent Runtime &amp; Orchestration System</title>
7
- <meta name="description" content="A modular runtime and orchestration system for AI agents. 24 plugins, 49 agents, 45 skills - structured pipelines for Claude Code, OpenCode, Codex CLI, Cursor, and Kiro.">
7
+ <meta name="description" content="A modular runtime and orchestration system for AI agents. 26 plugins, 50 agents, 47 skills - structured pipelines for Claude Code, OpenCode, Codex CLI, Cursor, and Kiro.">
8
8
  <meta name="theme-color" content="#09090b">
9
9
 
10
10
  <!-- Open Graph -->
11
11
  <meta property="og:title" content="AgentSys">
12
- <meta property="og:description" content="A modular runtime and orchestration system for AI agents. 24 plugins, 49 agents, 45 skills.">
12
+ <meta property="og:description" content="A modular runtime and orchestration system for AI agents. 26 plugins, 50 agents, 47 skills.">
13
13
  <meta property="og:image" content="https://agent-sh.github.io/agentsys/assets/logo.png">
14
14
  <meta property="og:url" content="https://agent-sh.github.io/agentsys/">
15
15
  <meta property="og:type" content="website">
@@ -17,7 +17,7 @@
17
17
  <!-- Twitter Card -->
18
18
  <meta name="twitter:card" content="summary_large_image">
19
19
  <meta name="twitter:title" content="AgentSys">
20
- <meta name="twitter:description" content="AI workflow automation. 24 plugins, 49 agents, 45 skills.">
20
+ <meta name="twitter:description" content="AI workflow automation. 26 plugins, 50 agents, 47 skills.">
21
21
  <meta name="twitter:image" content="https://agent-sh.github.io/agentsys/assets/logo.png">
22
22
 
23
23
  <!-- Content Security Policy -->
@@ -107,14 +107,14 @@
107
107
  <div class="hero__inner">
108
108
  <div class="hero__content">
109
109
  <div class="hero__badge anim-fade-in" data-delay="100">
110
- 24 plugins &middot; 49 agents &middot; 45 skills
110
+ 26 plugins &middot; 50 agents &middot; 47 skills
111
111
  </div>
112
112
  <h1 class="hero__title anim-fade-up" id="hero-title" data-delay="200">
113
113
  A modular <span class="text-gradient">runtime and orchestration system</span><br>
114
114
  for AI agents.
115
115
  </h1>
116
116
  <p class="hero__subtitle anim-fade-up" data-delay="350">
117
- Structured pipelines, gated phases, specialized agents. Works with Claude Code, OpenCode, Codex CLI, Cursor, and Kiro. 3,513 tests. Production-grade.
117
+ Structured pipelines, gated phases, specialized agents. Works with Claude Code, OpenCode, Codex CLI, Cursor, and Kiro. 3,518 tests. Production-grade.
118
118
  </p>
119
119
  <div class="hero__ctas anim-fade-up" data-delay="500">
120
120
  <a href="#install" class="btn btn--primary">Get Started</a>
@@ -232,9 +232,9 @@
232
232
  <h3 class="tabs__panel-name">/agnix</h3>
233
233
  <p class="tabs__panel-tagline">Lint agent configs before they break</p>
234
234
  <ul class="tabs__panel-features">
235
- <li>399 validation rules across 36 categories</li>
235
+ <li>423 validation rules across 36 categories</li>
236
236
  <li>10+ AI tools: Claude Code, Cursor, Copilot, Codex, OpenCode, Gemini CLI</li>
237
- <li>126 auto-fixable rules with --fix flag</li>
237
+ <li>129 auto-fixable rules with --fix flag</li>
238
238
  <li>SARIF output for GitHub Code Scanning</li>
239
239
  </ul>
240
240
  <div class="code-block">
package/site/ux-spec.md CHANGED
@@ -94,7 +94,7 @@ Scroll order with rationale for each section. All sections are full-width, alter
94
94
  - **Single column on mobile:** Text above, terminal below. Stack with 48px gap.
95
95
 
96
96
  ### Left Column Content
97
- 1. **Badge** (top, above title): Small pill showing version or "24 plugins . 49 agents . 45 skills"
97
+ 1. **Badge** (top, above title): Small pill showing version or "26 plugins . 50 agents . 47 skills"
98
98
  - Background: `rgba(99, 102, 241, 0.12)`, border: `1px solid rgba(99, 102, 241, 0.25)`, border-radius: 9999px
99
99
  - Font: 13px, font-weight 500, primary accent color
100
100
  - Padding: 4px 14px
@@ -104,7 +104,7 @@ Scroll order with rationale for each section. All sections are full-width, alter
104
104
  - Color: white
105
105
  - "entire dev workflow" portion highlighted with a subtle gradient text (primary-to-secondary accent via `background-clip: text`)
106
106
 
107
- 3. **Subtitle:** "24 plugins, 49 agents, 45 skills. From task selection to merged PR. Works with Claude Code, OpenCode, Codex CLI, Cursor, and Kiro."
107
+ 3. **Subtitle:** "26 plugins, 50 agents, 47 skills. From task selection to merged PR. Works with Claude Code, OpenCode, Codex CLI, Cursor, and Kiro."
108
108
  - Font: 18px on desktop, 16px on mobile, font-weight 400, line-height 1.6
109
109
  - Color: `rgba(255, 255, 255, 0.6)`
110
110
  - Max-width: 520px
@@ -229,7 +229,7 @@ Done. Task to merged PR in 12 minutes.
229
229
  | 1 | 20 | Plugins |
230
230
  | 2 | 49 | Agents |
231
231
  | 3 | 41 | Skills |
232
- | 4 | 3,513 | Tests Passing |
232
+ | 4 | 3,518 | Tests Passing |
233
233
 
234
234
  ### Styling
235
235
  - **Number:** 48px, font-weight 700, white, `font-variant-numeric: tabular-nums` (prevents layout shift during count)
@@ -650,13 +650,13 @@ This disables:
650
650
  ### Head Content
651
651
  ```html
652
652
  <title>AgentSys - Agent Runtime &amp; Orchestration System</title>
653
- <meta name="description" content="A modular runtime and orchestration system for AI agents. 24 plugins, 49 agents, 45 skills - structured pipelines for Claude Code, OpenCode, Codex CLI, Cursor, and Kiro.">
653
+ <meta name="description" content="A modular runtime and orchestration system for AI agents. 26 plugins, 50 agents, 47 skills - structured pipelines for Claude Code, OpenCode, Codex CLI, Cursor, and Kiro.">
654
654
  <meta name="viewport" content="width=device-width, initial-scale=1">
655
655
  <meta name="theme-color" content="#0a0a0f">
656
656
 
657
657
  <!-- Open Graph -->
658
658
  <meta property="og:title" content="AgentSys">
659
- <meta property="og:description" content="AI workflow automation. 24 plugins, 49 agents, 45 skills. Task to merged PR.">
659
+ <meta property="og:description" content="AI workflow automation. 26 plugins, 50 agents, 47 skills. Task to merged PR.">
660
660
  <meta property="og:image" content="https://agent-sh.github.io/agentsys/assets/og-image.png">
661
661
  <meta property="og:url" content="https://agent-sh.github.io/agentsys/">
662
662
  <meta property="og:type" content="website">
@@ -664,7 +664,7 @@ This disables:
664
664
  <!-- Twitter Card -->
665
665
  <meta name="twitter:card" content="summary_large_image">
666
666
  <meta name="twitter:title" content="AgentSys">
667
- <meta name="twitter:description" content="AI workflow automation. 24 plugins, 49 agents, 45 skills.">
667
+ <meta name="twitter:description" content="AI workflow automation. 26 plugins, 50 agents, 47 skills.">
668
668
  <meta name="twitter:image" content="https://agent-sh.github.io/agentsys/assets/og-image.png">
669
669
  ```
670
670