Commit 1fed7ce
committed
docs(ai): migrate every agent example from the removed tools[] to skills
The prose-example gate caught two `os:check`-marked agent examples still
authoring `agent.tools` after this PR removed the field; three more
unmarked examples on the same page taught it too. All five now express
capability through `skills`, which is the point — these are examples an
AI copies verbatim, so leaving them on a slot that no longer exists would
have taught the removed pattern to the next generated app.
Each rewrite also names WHERE the tools come from (platform data tools,
`action_<name>` from an `ai.exposed` Action, `search_knowledge`), so the
examples teach the ADR-0109 default path rather than just dropping a
field.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BHjroNkLkajskKbJaidko41 parent c091666 commit 1fed7ce
2 files changed
Lines changed: 19 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
265 | 262 | | |
266 | 263 | | |
267 | 264 | | |
| |||
296 | 293 | | |
297 | 294 | | |
298 | 295 | | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
304 | 300 | | |
305 | 301 | | |
306 | 302 | | |
| |||
334 | 330 | | |
335 | 331 | | |
336 | 332 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
341 | 337 | | |
342 | 338 | | |
343 | 339 | | |
| |||
370 | 366 | | |
371 | 367 | | |
372 | 368 | | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
378 | 373 | | |
379 | 374 | | |
380 | 375 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
417 | 404 | | |
418 | 405 | | |
419 | 406 | | |
| |||
0 commit comments