The whole hunk
from line 52, old and new numbered
/
lines
from line 52
5252
5353 <MultiFileExample language="cli" label="CLI">
5454 ```bash CLI
55 ant beta:agents create < agent.yaml
55 ant apply agent.md
5656 ```
5757
58 <File filename="agent.yaml">
59 ```yaml
58 <File filename="agent.md">
59 ```markdown
60 ---
6061 name: Coding Assistant
6162 model: claude-opus-5
6263 tools:
from line 65
6465 default_config:
6566 permission_policy:
6667 type: always_ask
68 ---
6769 ```
6870 </File>
6971 </MultiFileExample>
from line 244
242244
243245 <MultiFileExample language="cli" label="CLI">
244246 ```bash CLI
245 ant beta:agents create < agent.yaml
247 ant apply agent.md
246248 ```
247249
248 <File filename="agent.yaml">
249 ```yaml
250 <File filename="agent.md">
251 ```markdown
252 ---
250253 name: Dev Assistant
251254 model: claude-opus-5
252255 mcp_servers:
from line 263
260263 default_config:
261264 permission_policy:
262265 type: always_allow
266 ---
263267 ```
264268 </File>
265269 </MultiFileExample>