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
13
14
//! CLI command tests
//!
//! Tests for AGPM CLI commands:
//! - List command functionality
//! - Dependency tree visualization
//! - Validation command
//! - Self-upgrade functionality
//! - Migration command (CCPM → AGPM, gitignore format)

mod list;
mod migrate;
mod tree;
mod upgrade;
mod validate;