agpm-cli 0.4.14

AGent Package Manager - A Git-based package manager for coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Version resolution and update tests
//!
//! Tests for version management:
//! - Basic version constraint handling
//! - Prefixed version tags (monorepo-style)
//! - Outdated dependency detection
//! - Update progress reporting

mod basic;
mod outdated;
mod prefixed;
mod progress;