You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump plugin-count mentions across docs and site spec; add zig-lsp to
the inline plugin-repos list in ARCHITECTURE.md; rewrite the
agent-coverage parenthetical in reference/AGENTS.md to call out
zig-lsp as config-only (no commands or agents).
ORG_ARCHITECTURE.md milestone records ('All 19 plugins extracted',
'sync pipeline extended to 19 repos', '#250 - all 19 plugins
extracted') are deliberately preserved at 19 - those are historical
extraction milestones, and zig-lsp was born standalone, not extracted.
A new 'Post-extraction additions' block notes zig-lsp's registration
and the open agent-core sync wire-up.
site/index.html tab UI is intentionally not touched: that section is
keyed on slash commands ('20 Commands. One Toolkit.'), not plugins.
zig-lsp ships zero commands, so adding a tab would lie about the
plugin's surface. Plugin count is reflected in the stats counter,
hero badge, meta tags, and skills heading - all already bumped.
Files:
- AGENTS.md: 47 agents 'across 19 plugins' -> 'across 20 plugins
(zig-lsp ships as config-only)'
- README.md: 2 prose mentions 19 -> 20
- docs/ARCHITECTURE.md: 'All 19 plugins are now standalone' -> 20;
zig-lsp added to the inline plugin-repos list; 'sync pipeline -
19 repos' -> 20
- docs/reference/AGENTS.md: agent-coverage parenthetical rewritten
- docs/ORG_ARCHITECTURE.md: 3 milestone records preserved at 19;
new 'Post-extraction additions' block with zig-lsp entries
- site/ux-spec.md: 6 mentions in spec text and meta strings 19 -> 20
<em>Plugins distributed as standalone repos under <ahref="https://github.com/agent-sh">agent-sh</a> org - agentsys is the marketplace & installer</em>
24
24
</p>
25
25
@@ -45,7 +45,7 @@ AI models can write code. That's not the hard part anymore. The hard part is eve
45
45
46
46
## What This Is
47
47
48
-
An agent orchestration system - 19 plugins, 49 agents (39 file-based + 10 role-based specialists in audit-project), and 41 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 - 20 plugins, 49 agents (39 file-based + 10 role-based specialists in audit-project), and 41 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.
Copy file name to clipboardExpand all lines: docs/reference/AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Complete reference for all agents in AgentSys.
24
24
25
25
## Overview
26
26
27
-
AgentSys uses 47 specialized agents across 19 plugins (17 have agents - ship and gate-and-ship use commandsonly). Each agent is optimized for a specific task and assigned a model based on complexity:
27
+
AgentSys uses 47 specialized agents across 20 plugins (17 have agents; ship and gate-and-ship are commands-only; zig-lsp is a config-only LSP plugin with no commands or agents). Each agent is optimized for a specific task and assigned a model based on complexity:
- 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:** "19 plugins, 49 agents, 41 skills. From task selection to merged PR. Works with Claude Code, OpenCode, Codex CLI, Cursor, and Kiro."
107
+
3.**Subtitle:** "20 plugins, 49 agents, 41 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
@@ -226,7 +226,7 @@ Done. Task to merged PR in 12 minutes.
226
226
### Stats (left to right)
227
227
| Stat | Value | Label |
228
228
|------|-------|-------|
229
-
| 1 |19| Plugins |
229
+
| 1 |20| Plugins |
230
230
| 2 | 49 | Agents |
231
231
| 3 | 40 | Skills |
232
232
| 4 | 3,507 | Tests Passing |
@@ -650,21 +650,21 @@ This disables:
650
650
### Head Content
651
651
```html
652
652
<title>AgentSys - Agent Runtime & Orchestration System</title>
653
-
<metaname="description"content="A modular runtime and orchestration system for AI agents. 19 plugins, 49 agents, 41 skills - structured pipelines for Claude Code, OpenCode, Codex CLI, Cursor, and Kiro.">
653
+
<metaname="description"content="A modular runtime and orchestration system for AI agents. 20 plugins, 49 agents, 41 skills - structured pipelines for Claude Code, OpenCode, Codex CLI, Cursor, and Kiro.">
0 commit comments