Skip to content

Commit c091efd

Browse files
committed
docs: replace em-dashes with hyphens per workspace rule 6
Workspace CLAUDE.md rule 6: use ' - ' (hyphen with spaces) instead of em-dashes. Gemini review on #326 flagged these. - README.md: 10 replacements - site/index.html: 1 replacement - site/ux-spec.md: 1 replacement No content changes, pure character normalization.
1 parent 5682fa9 commit c091efd

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

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

2626
<p align="center">
@@ -38,14 +38,14 @@
3838

3939
---
4040

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

4343
---
4444
> 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.
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 40 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 - 19 plugins, 49 agents (39 file-based + 10 role-based specialists in audit-project), and 40 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

@@ -57,8 +57,8 @@ The system runs on Claude Code, OpenCode, Codex CLI, Cursor, and Kiro. Install v
5757

5858
**Code does code work. AI does AI work.**
5959

60-
- **Detection**: regex, AST analysis, static analysisfast, deterministic, no tokens wasted
61-
- **Judgment**: LLM calls for synthesis, planning, reviewwhere reasoning matters
60+
- **Detection**: regex, AST analysis, static analysis - fast, deterministic, no tokens wasted
61+
- **Judgment**: LLM calls for synthesis, planning, review - where reasoning matters
6262
- **Result**: 77% fewer tokens for [/drift-detect](#drift-detect) vs multi-agent approaches, certainty-graded findings throughout
6363

6464
**Certainty levels exist because not all findings are equal:**
@@ -442,7 +442,7 @@ If something can't be fixed, the workflow replies explaining why and resolves th
442442

443443
### /deslop
444444

445-
**Purpose:** Finds AI slopdebug statements, placeholder text, verbose comments, TODOsand removes it.
445+
**Purpose:** Finds AI slop - debug statements, placeholder text, verbose comments, TODOs - and removes it.
446446

447447
**How detection works:**
448448

@@ -679,7 +679,7 @@ Backed by [agent-analyzer](https://github.com/agent-sh/agent-analyzer) Rust bina
679679

680680
### /sync-docs
681681

682-
**Purpose:** Sync documentation with actual code changesfind outdated refs, update CHANGELOG, flag stale examples.
682+
**Purpose:** Sync documentation with actual code changes - find outdated refs, update CHANGELOG, flag stale examples.
683683

684684
**The problem it solves:**
685685

@@ -1093,7 +1093,7 @@ Same principle as good code: single responsibility. The exploration-agent explor
10931093

10941094
**2. Pipeline with gates, not a monolith**
10951095

1096-
Same principle as DevOps. Each step must pass before the next begins. Can't push before review. Can't merge before CI passes. Hooks enforce thisagents literally cannot skip phases.
1096+
Same principle as DevOps. Each step must pass before the next begins. Can't push before review. Can't merge before CI passes. Hooks enforce this - agents literally cannot skip phases.
10971097

10981098
**3. Tools do tool work, agents do agent work**
10991099

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>AgentSys - Agent Runtime &amp; Orchestration System</title>
7-
<meta name="description" content="A modular runtime and orchestration system for AI agents. 19 plugins, 49 agents, 40 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. 19 plugins, 49 agents, 40 skills - structured pipelines for Claude Code, OpenCode, Codex CLI, Cursor, and Kiro.">
88
<meta name="theme-color" content="#09090b">
99

1010
<!-- Open Graph -->

site/ux-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ 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, 40 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. 19 plugins, 49 agents, 40 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

0 commit comments

Comments
 (0)