agpm-cli 0.4.10

AGent Package Manager - A Git-based package manager for coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Configuration and tool management tests
//!
//! Tests for configuration functionality:
//! - Claude Code hooks integration
//! - Patch/override functionality
//! - Tool enable/disable management
//! - Version conflict detection

mod conflicts;
mod hooks;
mod patches;
mod tools;