comp:clienhancementhelp wanted
Métricas do repositório
- Stars
- (49 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Summary
Add an agentseek plugin list command so users can inspect plugins installed in the AgentSeek plugin environment.
Requirements
- Add
listunder the existingagentseek plugincommand group. - Show the resolved plugin project path.
- List installed AgentSeek/Bub-related packages from the plugin sandbox, such as
agentseek-*andbub-*dependencies. - Support a human-readable default output.
- Do not install, update, remove, or sync packages as part of listing.
Acceptance Criteria
- Unit tests cover an empty plugin sandbox, a sandbox with installed plugin dependencies, and a missing sandbox path.
- Listing does not call the underlying
uvhelper or mutate the filesystem. - Existing plugin install, uninstall, and update behavior remains unchanged.