Highlights
agent-data-clinow resolves ADC home only fromADC_HOME, otherwise it defaults to~/.adc.- Removed launcher-based home indirection.
- Removed
config cli set homeand related home config behavior. - Removed
init --homeand kept init focused on the active ADC home plus optionalsource_workspace. - Continued to document direct installation and dependency usage through
uv tool installanduv add.
Breaking Changes
homeis no longer a CLI config key.config cli set homeis no longer supported.init --homeis no longer supported.- Existing non-default homes should now be selected explicitly via
ADC_HOME.
Install
uv tool install agent-data-cliOr inside an existing uv project:
uv add agent-data-cli