Files
zhoutianyi 3d83227c49 fix: add missing 'backup' action to version_manager.py (#63)
SKILL.md references `--action backup` in the evolution mode workflow
(both Chinese and English versions), but version_manager.py only
accepted list/rollback/cleanup — causing an error whenever a user
tried to update a colleague skill via the documented command.

Adds backup_current_version() which archives the current SKILL.md,
work.md and persona.md into versions/{current_version}/ before an
update, consistent with how skill_writer.py handles versioning
internally.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 15:04:46 +08:00
..