Skip to content

refactor(cli): move update command under self namespace#35

Merged
christso merged 1 commit intomainfrom
refactor/move-update-to-self
Feb 1, 2026
Merged

refactor(cli): move update command under self namespace#35
christso merged 1 commit intomainfrom
refactor/move-update-to-self

Conversation

@christso
Copy link
Copy Markdown
Contributor

@christso christso commented Feb 1, 2026

Summary

  • Moves the update command under a new self parent command, changing usage from allagents update to allagents self update
  • Follows the industry-standard pattern used by rustup self update and composer self-update for CLI self-management
  • The self namespace is ready for future subcommands (e.g., self version, self uninstall)

Test plan

  • All 257 existing tests pass
  • allagents self --help shows the update subcommand
  • allagents self update --help shows --npm and --bun options
  • Build succeeds

🤖 Generated with Claude Code

Usage changes from `allagents update` to `allagents self update`,
following the industry-standard pattern (rustup, composer) for
self-management commands.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@christso christso merged commit eabbf88 into main Feb 1, 2026
1 check was pending
@christso christso deleted the refactor/move-update-to-self branch February 1, 2026 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant