|
2 | 2 | "catalog_schema_version": 1, |
3 | 3 | "package": { |
4 | 4 | "name": "rea-agents", |
5 | | - "version": "3.0.0", |
| 5 | + "version": "3.1.0", |
6 | 6 | "sdk": { |
7 | 7 | "server": "2.0.0", |
8 | 8 | "client": "2.0.0", |
|
92 | 92 | "id": "artifact", |
93 | 93 | "surface": "artifact-provider", |
94 | 94 | "count": 3, |
95 | | - "tools": ["extract_artifact", "inspect_artifact", "inventory_artifact"] |
| 95 | + "tools": [ |
| 96 | + "extract_artifact", |
| 97 | + "inspect_artifact", |
| 98 | + "inventory_artifact" |
| 99 | + ] |
96 | 100 | }, |
97 | 101 | { |
98 | 102 | "id": "managed", |
|
309 | 313 | "id": "rea-cdp-electron", |
310 | 314 | "name": "REA Electron file-page CDP observation provider", |
311 | 315 | "version": "1", |
312 | | - "capabilities": ["inspect_electron_page", "list_electron_targets"] |
| 316 | + "capabilities": [ |
| 317 | + "inspect_electron_page", |
| 318 | + "list_electron_targets" |
| 319 | + ] |
313 | 320 | }, |
314 | 321 | { |
315 | 322 | "id": "rea-dotnet-static", |
|
337 | 344 | "id": "rea-javascript-application", |
338 | 345 | "name": "REA JavaScript application analyzer", |
339 | 346 | "version": "1", |
340 | | - "capabilities": ["analyze_javascript_application"] |
| 347 | + "capabilities": [ |
| 348 | + "analyze_javascript_application" |
| 349 | + ] |
341 | 350 | }, |
342 | 351 | { |
343 | 352 | "id": "rea-javascript-application-workflows", |
|
362 | 371 | "id": "rea-javascript-runtime-reconciliation", |
363 | 372 | "name": "REA JavaScript runtime reconciliation", |
364 | 373 | "version": "1", |
365 | | - "capabilities": ["reconcile_javascript_runtime"] |
| 374 | + "capabilities": [ |
| 375 | + "reconcile_javascript_runtime" |
| 376 | + ] |
366 | 377 | }, |
367 | 378 | { |
368 | 379 | "id": "rea-playwright-browser-scenario", |
369 | 380 | "name": "REA Playwright browser scenario capture provider", |
370 | 381 | "version": "1", |
371 | | - "capabilities": ["capture_browser_scenario"] |
| 382 | + "capabilities": [ |
| 383 | + "capture_browser_scenario" |
| 384 | + ] |
372 | 385 | }, |
373 | 386 | { |
374 | 387 | "id": "rea-playwright-electron-active", |
375 | 388 | "name": "REA Playwright active Electron observation provider", |
376 | 389 | "version": "1", |
377 | | - "capabilities": ["capture_electron_scenario"] |
| 390 | + "capabilities": [ |
| 391 | + "capture_electron_scenario" |
| 392 | + ] |
378 | 393 | }, |
379 | 394 | { |
380 | 395 | "id": "rea-v8-inspector", |
|
0 commit comments