From c091efd9c1043b02c1a409aee89adfafebb9ade1 Mon Sep 17 00:00:00 2001 From: Avi Fenesh Date: Wed, 15 Apr 2026 11:03:32 +0300 Subject: [PATCH] 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. --- README.md | 16 ++++++++-------- site/index.html | 2 +- site/ux-spec.md | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 45141d26..e4772f4b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@

19 plugins · 49 agents · 40 skills (across all repos) · 30k lines of lib code · 3,507 tests · 5 platforms
- Plugins distributed as standalone repos under agent-sh org — agentsys is the marketplace & installer + Plugins distributed as standalone repos under agent-sh org - agentsys is the marketplace & installer

@@ -38,14 +38,14 @@ --- -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. +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. --- > 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. ## What This Is -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. +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. 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. @@ -57,8 +57,8 @@ The system runs on Claude Code, OpenCode, Codex CLI, Cursor, and Kiro. Install v **Code does code work. AI does AI work.** -- **Detection**: regex, AST analysis, static analysis—fast, deterministic, no tokens wasted -- **Judgment**: LLM calls for synthesis, planning, review—where reasoning matters +- **Detection**: regex, AST analysis, static analysis - fast, deterministic, no tokens wasted +- **Judgment**: LLM calls for synthesis, planning, review - where reasoning matters - **Result**: 77% fewer tokens for [/drift-detect](#drift-detect) vs multi-agent approaches, certainty-graded findings throughout **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 ### /deslop -**Purpose:** Finds AI slop—debug statements, placeholder text, verbose comments, TODOs—and removes it. +**Purpose:** Finds AI slop - debug statements, placeholder text, verbose comments, TODOs - and removes it. **How detection works:** @@ -679,7 +679,7 @@ Backed by [agent-analyzer](https://github.com/agent-sh/agent-analyzer) Rust bina ### /sync-docs -**Purpose:** Sync documentation with actual code changes—find outdated refs, update CHANGELOG, flag stale examples. +**Purpose:** Sync documentation with actual code changes - find outdated refs, update CHANGELOG, flag stale examples. **The problem it solves:** @@ -1093,7 +1093,7 @@ Same principle as good code: single responsibility. The exploration-agent explor **2. Pipeline with gates, not a monolith** -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. +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. **3. Tools do tool work, agents do agent work** diff --git a/site/index.html b/site/index.html index c4b4eb98..ae5e45ca 100644 --- a/site/index.html +++ b/site/index.html @@ -4,7 +4,7 @@ AgentSys - Agent Runtime & Orchestration System - + diff --git a/site/ux-spec.md b/site/ux-spec.md index 42c06ebc..dcb80c45 100644 --- a/site/ux-spec.md +++ b/site/ux-spec.md @@ -650,7 +650,7 @@ This disables: ### Head Content ```html AgentSys - Agent Runtime & Orchestration System - +