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
//! 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 conflicts_backtracking;
mod hooks;
mod patches;
mod private_deps;
mod test_template_vars_storage;
mod tools;