Overview
Remove the deprecated daf upgrade command that has been replaced by daf skills.
Context
The daf upgrade command was deprecated in favor of the new daf skills command which provides:
- Better command naming that reflects actual functionality
- Specific skill installation support (
daf skills skill_name)
- Clear install/upgrade/uninstall operations
- Consistent multi-agent support
Tasks
Migration Guide for Users
Old command:
daf upgrade
daf upgrade --agent cursor
daf upgrade --all-agents
New command:
daf skills
daf skills --agent cursor
daf skills --all-agents
Timeline
Target removal: Version 3.0
References
Overview
Remove the deprecated
daf upgradecommand that has been replaced bydaf skills.Context
The
daf upgradecommand was deprecated in favor of the newdaf skillscommand which provides:daf skills skill_name)Tasks
upgradecommand fromdevflow/cli/main.pyMigration Guide for Users
Old command:
New command:
Timeline
Target removal: Version 3.0
References