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
# Test project for interactive migration
#
# This project simulates an old AGPM installation with:
# - Resources at old paths (not in agpm/ subdirectory)
# - Lockfile pointing to old paths
# - .gitignore with old AGPM managed section
#
# To test interactive migration:
#   cd examples/projects/interactive-migration
#   cargo run -- install
#
# You should see a prompt asking if you want to migrate to the new format.

[sources]
# No remote sources needed for migration testing