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
//! Pattern-based dependency tests
//!
//! Tests for pattern-based dependency resolution:
//! - Basic pattern matching and expansion
//! - Dependency refresh and update logic

mod basic;
mod refresh;