v1.3.4 Release Notes¶
Release Date: February 5, 2026
Release Type: Patch
Highlights¶
- Introduced bundled
features.tomlas the source of truth for capability metadata. - Consolidated limits/config loading around the package-managed capabilities files.
- Removed duplicate checked-in capability files and override-path complexity.
Changed¶
features.pywas reduced to a thin loader around TOML-backed capability data.capabilities/resolver.pynow delegates file loading and caching toconfig_loader.limits.tomlhandling now uses bundled package data plus sentinel conversion.
Fixed¶
- Updated tier/limits tests to use direct config-loader injection.
- Corrected tests expecting
-1where runtime now exposesNonefor unlimited values.