Tag
SemVerBench is the first benchmark evaluating LLMs' comprehension of version-constraint semantics across npm, PEP 440, and Cargo, revealing systematic blind spots and suggesting tool delegation for accurate resolution.
pnpm 12.0 is a stable release of the package manager rewritten in Rust, maintaining backward compatibility with pnpm 11 while introducing improvements such as faster peer resolution and deterministic lockfiles for cyclic dependencies.
Google Devs announces a new developer challenge about package dependency resolution, asking participants to determine install success and resulting lockfile versions.
Collider extends Meson's native wrap ecosystem with modern package management features including automatic dependency resolution, lockfiles, and publish/share capabilities, fully compatible with WrapDB.
Charlie Marsh's talk explains how uv, a Rust-based Python package manager developed by Astral, solves dependency resolution with a CDCL SAT solver and a unified lockfile, achieving extreme speed by rethinking the toolchain from scratch.
This paper introduces a runtime execution model for autonomous agents that enforces 'Reconstructive Authority'—actions are only permitted if authority can be constructed from current state. It includes dynamic dependency resolution, a halt state for uncertainty, and a recovery loop integrating drift detection.