Giuseppe Cianci 9cc5463d10
build: enforce agent SDK version pin lockstep in CI
Add a build-script unit test that fails when an agent SDK's pinned
version drifts between the runtime pin (repo-root package.json
devDependencies), the build pin (build/agent-sdk/agents/<sdk>/package.json),
and the resolved version in that SDK's package-lock.json.

The lockstep was previously documented as a manual procedure only.
Extend the build test glob to include agent-sdk/ and note the new
enforcement in the README.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-10 13:40:08 +02:00
..