The whole hunk
from line 21, old and new numbered
/
lines
from line 21
2121 ```markdown
2222 ---
2323 name: Summarizer
24 model: claude-opus-5
24 model: claude-opus-5-5
2525 tools:
2626 - type: agent_toolset_20260401
2727 ---
from line 111
111111 ```markdown
112112 ---
113113 name: Code reviewer
114 model: claude-opus-5
114 model: claude-opus-5-5
115115 tools:
116116 - type: agent_toolset_20260401
117117 skills:
from line 126
126126 ```markdown
127127 ---
128128 name: Engineering lead
129 model: claude-opus-5
129 model: claude-opus-5-5
130130 multiagent:
131131 type: coordinator
132132 agents:
from line 152
152152
153153 <File filename="environments/cloud.yaml">
154154 ```yaml
155 # yaml-language-server: $schema=https://platform.claude.com/schemas/ant/beta/environment.json
155156 name: review-env
156157 description: Cloud container with unrestricted networking for review sessions.
157158 config:
from line 164
163164
164165 <File filename="memory_stores/review-notes.yaml">
165166 ```yaml
167 # yaml-language-server: $schema=https://platform.claude.com/schemas/ant/beta/memory_store.json
166168 name: Review notes
167169 description: Recurring issues and house-style decisions the reviewer has recorded between runs.
168170 ```