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 @@
ECC agents ship with the `ecc@ecc` plugin, not in `~/.claude/agents/`.
They are invoked through the Agent tool with a plugin-scoped `subagent_type`:
Agent(subagent_type: "ecc:planner", prompt: "...")
```text
Agent(subagent_type: "ecc:planner", prompt: "...")
```
| Agent | Purpose | When to Use |
|-------|---------|-------------|