agpm-cli 0.4.14

AGent Package Manager - A Git-based package manager for coding agents
Documentation
//! Installation workflow tests
//!
//! Tests for resource installation and deployment:
//! - Basic installation workflows (formerly deploy.rs)
//! - Install field and content embedding
//! - Incremental dependency addition
//! - Multi-artifact installation
//! - Multi-resource management
//! - Artifact cleanup and removal
//! - Progress display functionality
//! - Mutable dependency reinstallation scenarios

mod basic;
mod cleanup;
mod incremental_add;
mod install_field;
mod multi_artifact;
mod multi_resource;
mod mutable_deps;
mod progress_display;