remove outdated commands: preflight, utils, self legacy group

preflight referenced non-existent work-order.md (replaced by agent-tasks.md).
utils only contained albany-cleanup (Albany supercomputer no longer used).
self was a legacy backward-compat group — update/uninstall are already top-level.
This commit is contained in:
Zhengshou Lai
2026-05-05 00:19:25 +08:00
parent 3e4cf618a8
commit c75cba9fee
6 changed files with 5 additions and 172 deletions
-9
View File
@@ -107,12 +107,3 @@ def uninstall_cmd():
click.secho("mytoolkit removed.", fg="green")
# Backward compatibility: keep self_cmd group for any existing scripts
@click.group(name="self")
def self_cmd():
"""Manage mytoolkit itself (legacy, use 'update'/'uninstall' directly)."""
pass
self_cmd.add_command(update_cmd, name="update")
self_cmd.add_command(uninstall_cmd, name="uninstall")