docs: use fenced code blocks in agent rules to satisfy MD046

This commit is contained in:
Affaan Mustafa
2026-09-18 21:53:44 -04:00
parent c7e60cc6a6
commit 07e6b42e5c
5 changed files with 15 additions and 5 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
Los agentes de ECC se distribuyen con el plugin `ecc@ecc`, no en `~/.claude/agents/`.
Se invocan a través de la herramienta Agent con un `subagent_type` con ámbito de plugin:
Agent(subagent_type: "ecc:planner", prompt: "...")
```text
Agent(subagent_type: "ecc:planner", prompt: "...")
```
| Agente | Propósito | Cuándo Usar |
|--------|-----------|-------------|
+3 -1
View File
@@ -5,7 +5,9 @@
ECC の Agent は `ecc@ecc` プラグインに同梱されており、`~/.claude/agents/` には配置されません。
Agent ツールではプラグインスコープの `subagent_type` で呼び出します:
Agent(subagent_type: "ecc:planner", prompt: "...")
```text
Agent(subagent_type: "ecc:planner", prompt: "...")
```
| Agent | 目的 | 使用タイミング |
|-------|---------|-------------|
+3 -1
View File
@@ -5,7 +5,9 @@
ECC agent'ları `ecc@ecc` eklentisiyle birlikte gelir, `~/.claude/agents/` dizininde bulunmaz.
Agent aracıyla eklenti kapsamlı bir `subagent_type` ile çağrılır:
Agent(subagent_type: "ecc:planner", prompt: "...")
```text
Agent(subagent_type: "ecc:planner", prompt: "...")
```
| Agent | Amaç | Ne Zaman Kullanılır |
|-------|---------|-------------|
+3 -1
View File
@@ -5,7 +5,9 @@
ECC 智能体随 `ecc@ecc` 插件一起分发,不在 `~/.claude/agents/` 目录中。
它们通过 Agent 工具以插件作用域的 `subagent_type` 调用:
Agent(subagent_type: "ecc:planner", prompt: "...")
```text
Agent(subagent_type: "ecc:planner", prompt: "...")
```
| 代理 | 用途 | 使用时机 |
|-------|---------|-------------|