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
15
16
//! System-level and infrastructure tests
//!
//! Tests for system-level functionality:
//! - Cache and worktree management
//! - Cross-platform compatibility (Windows, macOS, Linux)
//! - file:// URL support
//! - Parallelism and concurrency control
//! - .gitignore management
//! - Error handling and edge cases

mod cache;
mod cross_platform;
mod errors;
mod file_url;
mod gitignore;
mod parallelism;