refactor(tito): remove doctor alias, use health as single command

Remove the doctor/health alias duplication in favor of a single
'tito system health' command for environment validation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
Vijay Janapa Reddi
2025-12-11 12:34:28 -08:00
parent 0063b539e5
commit ddf651970f
14 changed files with 28 additions and 41 deletions

View File

@@ -95,7 +95,7 @@ class TestCommandExecution:
@pytest.mark.parametrize("command,subcommand", [
('system', 'info'),
('system', 'doctor'),
('system', 'health'),
('module', 'status'),
('module', 'list'),
('community', 'join'),