Skip to content

Commit a427130

Browse files
committed
docs: full prose sync for zig-lsp registration
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
1 parent acd1670 commit a427130

6 files changed

Lines changed: 18 additions & 13 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ agentsys # Run installer
152152
<agents>
153153
## Agents
154154

155-
47 agents across 19 plugins. Key agents by model:
155+
47 agents across 20 plugins (zig-lsp ships as a config-only LSP plugin with no agents). Key agents by model:
156156

157157
| Model | Agents | Use Case |
158158
|-------|--------|----------|

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</p>
2020

2121
<p align="center">
22-
<b>19 plugins · 49 agents · 41 skills (across all repos) · 30k lines of lib code · 3,507 tests · 5 platforms</b><br>
22+
<b>20 plugins · 49 agents · 41 skills (across all repos) · 30k lines of lib code · 3,507 tests · 5 platforms</b><br>
2323
<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>
2424
</p>
2525

@@ -45,7 +45,7 @@ AI models can write code. That's not the hard part anymore. The hard part is eve
4545
4646
## What This Is
4747

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.
4949

5050
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.
5151

docs/ARCHITECTURE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,12 @@ agentsys/
7373
├── KNOWLEDGE-LIBRARY.md # Index
7474
└── *-REFERENCE.md # Research documents
7575
76-
NOTE: plugins/ has been removed. All 19 plugins are now standalone repos
76+
NOTE: plugins/ has been removed. All 20 plugins are now standalone repos
7777
under the agent-sh org. The installer fetches them from GitHub at install time.
7878
Plugin repos: agent-sh/{next-task,prepare-delivery,gate-and-ship,ship,deslop,
7979
audit-project,enhance,perf,drift-detect,sync-docs,repo-intel,
80-
learn,consult,debate,agnix,web-ctl,skillers,onboard,can-i-help}
80+
learn,consult,debate,agnix,web-ctl,skillers,onboard,can-i-help,
81+
zig-lsp}
8182
```
8283

8384
### Cross-Platform Library (`lib/cross-platform/`)
@@ -274,7 +275,7 @@ Research documents informing the implementation (in `agent-docs/`):
274275

275276
**Update workflow:**
276277
1. Edit files in `lib/` (canonical source in this repo)
277-
2. Push to main — agent-core sync pipeline automatically opens PRs in all 19 plugin repos
278+
2. Push to main — agent-core sync pipeline automatically opens PRs in all 20 plugin repos
278279
3. Merge those PRs in each plugin repo
279280
4. Publish agentsys: `npm version patch && npm publish`
280281

docs/ORG_ARCHITECTURE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@
103103
- [x] marketplace `requires` field added for peer dependency tracking
104104
- [x] agent-core sync pipeline extended to all 19 plugin repos
105105

106+
**Post-extraction additions:**
107+
- [x] `zig-lsp` registered as 20th plugin (born standalone, not extracted; LSP plugin distributed via Claude Code marketplace mechanism)
108+
- [ ] agent-core sync pipeline extended to `zig-lsp` (config-only plugin; sync surface is smaller — likely just CLAUDE.md/AGENTS.md mirror enforcement)
109+
106110
---
107111

108112
### 2. Plugin Distribution Registry

docs/reference/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Complete reference for all agents in AgentSys.
2424

2525
## Overview
2626

27-
AgentSys uses 47 specialized agents across 19 plugins (17 have agents - ship and gate-and-ship use commands only). 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:
2828

2929
| Model | Use Case | Cost |
3030
|-------|----------|------|

site/ux-spec.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Scroll order with rationale for each section. All sections are full-width, alter
9494
- **Single column on mobile:** Text above, terminal below. Stack with 48px gap.
9595

9696
### Left Column Content
97-
1. **Badge** (top, above title): Small pill showing version or "19 plugins . 49 agents . 41 skills"
97+
1. **Badge** (top, above title): Small pill showing version or "20 plugins . 49 agents . 41 skills"
9898
- Background: `rgba(99, 102, 241, 0.12)`, border: `1px solid rgba(99, 102, 241, 0.25)`, border-radius: 9999px
9999
- Font: 13px, font-weight 500, primary accent color
100100
- Padding: 4px 14px
@@ -104,7 +104,7 @@ Scroll order with rationale for each section. All sections are full-width, alter
104104
- Color: white
105105
- "entire dev workflow" portion highlighted with a subtle gradient text (primary-to-secondary accent via `background-clip: text`)
106106

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."
108108
- Font: 18px on desktop, 16px on mobile, font-weight 400, line-height 1.6
109109
- Color: `rgba(255, 255, 255, 0.6)`
110110
- Max-width: 520px
@@ -226,7 +226,7 @@ Done. Task to merged PR in 12 minutes.
226226
### Stats (left to right)
227227
| Stat | Value | Label |
228228
|------|-------|-------|
229-
| 1 | 19 | Plugins |
229+
| 1 | 20 | Plugins |
230230
| 2 | 49 | Agents |
231231
| 3 | 40 | Skills |
232232
| 4 | 3,507 | Tests Passing |
@@ -650,21 +650,21 @@ This disables:
650650
### Head Content
651651
```html
652652
<title>AgentSys - Agent Runtime &amp; Orchestration System</title>
653-
<meta name="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+
<meta name="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.">
654654
<meta name="viewport" content="width=device-width, initial-scale=1">
655655
<meta name="theme-color" content="#0a0a0f">
656656

657657
<!-- Open Graph -->
658658
<meta property="og:title" content="AgentSys">
659-
<meta property="og:description" content="AI workflow automation. 19 plugins, 49 agents, 41 skills. Task to merged PR.">
659+
<meta property="og:description" content="AI workflow automation. 20 plugins, 49 agents, 41 skills. Task to merged PR.">
660660
<meta property="og:image" content="https://agent-sh.github.io/agentsys/assets/og-image.png">
661661
<meta property="og:url" content="https://agent-sh.github.io/agentsys/">
662662
<meta property="og:type" content="website">
663663

664664
<!-- Twitter Card -->
665665
<meta name="twitter:card" content="summary_large_image">
666666
<meta name="twitter:title" content="AgentSys">
667-
<meta name="twitter:description" content="AI workflow automation. 19 plugins, 49 agents, 41 skills.">
667+
<meta name="twitter:description" content="AI workflow automation. 20 plugins, 49 agents, 41 skills.">
668668
<meta name="twitter:image" content="https://agent-sh.github.io/agentsys/assets/og-image.png">
669669
```
670670

0 commit comments

Comments
 (0)