test: expand itk scenarios with ts java and rust agents#1129
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the integration test scenarios in itk/scenarios_full.json. It replaces the broad "Nightly" test configurations with granular, pairwise test scenarios comparing the "current" SDK against specific SDK versions (Python, Go, TS, Rust, and Java). It also introduces a "traversal": "euler" property, simplifies the "edges" array to ["0->1", "1->0"], and explicitly lists the supported protocols for each scenario. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Description
Adds TS, Rust and Java agents to nightly itk runs
Fixes #1128 🦕