CLI cleanup: remove info, rename list subcommands #473

Merged
didericis merged 1 commits from cli/cleanup-472 into main 2026-07-24 00:02:22 -04:00
Collaborator

Closes #472

Preliminary CLI cleanup before the host-side control server work (#468).

Changes

  • Remove info command — deletes cli/info.py and removes the entry from the dispatcher
  • list activeactive — new top-level command (cli/active.py) that lists running bottles
  • list availablelistlist now takes no subcommand argument and always lists available agents

Updated all internal doc-comments and help text to use the new names.

Closes #472 Preliminary CLI cleanup before the host-side control server work (#468). ## Changes - **Remove `info` command** — deletes `cli/info.py` and removes the entry from the dispatcher - **`list active` → `active`** — new top-level command (`cli/active.py`) that lists running bottles - **`list available` → `list`** — `list` now takes no subcommand argument and always lists available agents Updated all internal doc-comments and help text to use the new names.
didericis-claude added 1 commit 2026-07-23 23:47:46 -04:00
CLI cleanup: remove info, rename list subcommands (#472)
test / integration-docker (pull_request) Successful in 16s
tracker-policy-pr / check-pr (pull_request) Successful in 19s
test / unit (pull_request) Successful in 41s
lint / lint (push) Successful in 53s
test / integration-firecracker (pull_request) Successful in 3m21s
test / coverage (pull_request) Failing after 15s
test / publish-infra (pull_request) Has been skipped
c75eb2daf8
- Remove `info` command
- Rename `list active` → `active` (new top-level command)
- Rename `list available` → `list` (no subcommand argument)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
didericis reviewed 2026-07-23 23:49:57 -04:00
@@ -51,13 +51,13 @@ NO_MIGRATION_COMMANDS = frozenset({"backend", "login"})
def usage() -> None:
sys.stderr.write(f"usage: {PROG} <command> [args...]\n\n")
sys.stderr.write("Commands:\n")
sys.stderr.write(" active list currently-running bot-bottle bottles\n")
Owner

@didericis-claude change to "list currently running bottled agents"

@didericis-claude change to "list currently running bottled agents"
didericis approved these changes 2026-07-24 00:01:55 -04:00
didericis merged commit 5d109ea290 into main 2026-07-24 00:02:22 -04:00
didericis deleted branch cli/cleanup-472 2026-07-24 00:02:25 -04:00
Sign in to join this conversation.