Problem
The Intelligence product currently pins Runtime 0.103.1, Eval 0.125.0, Interface 0.33.0, and Knowledge 4.1.0. The registry’s independently newest releases cannot be installed together: Runtime 0.105.0 requires Eval >=0.126.6 <0.127.0, Interface >=0.32.0 <0.33.0, and Knowledge 5.0.1, while latest Eval/Interface/Knowledge are 0.129.0/0.34.0/6.0.0.
Updating the product package-by-package would create a broken dependency graph or force an unpublished local link.
Required outcome
Publish one tested Runtime cohort whose declared dependencies and peer ranges accept one exact released Eval, Interface, Knowledge, and Sandbox set. Release notes should name the compatible versions.
Adoption proof
A follow-up product PR updates the root overrides, direct package dependencies, lockfile, and relevant API integration checks together. It must install cleanly with registry packages only; no /tmp, workspace link, or local fork.
Non-goal
Do not add a network-dependent latest-version CI check. Compatibility belongs in the released package graph; product adoption stays an explicit, tested update.
Problem
The Intelligence product currently pins Runtime
0.103.1, Eval0.125.0, Interface0.33.0, and Knowledge4.1.0. The registry’s independently newest releases cannot be installed together: Runtime0.105.0requires Eval>=0.126.6 <0.127.0, Interface>=0.32.0 <0.33.0, and Knowledge5.0.1, while latest Eval/Interface/Knowledge are0.129.0/0.34.0/6.0.0.Updating the product package-by-package would create a broken dependency graph or force an unpublished local link.
Required outcome
Publish one tested Runtime cohort whose declared dependencies and peer ranges accept one exact released Eval, Interface, Knowledge, and Sandbox set. Release notes should name the compatible versions.
Adoption proof
A follow-up product PR updates the root overrides, direct package dependencies, lockfile, and relevant API integration checks together. It must install cleanly with registry packages only; no
/tmp, workspace link, or local fork.Non-goal
Do not add a network-dependent latest-version CI check. Compatibility belongs in the released package graph; product adoption stays an explicit, tested update.