[120] Issue 29: starforge plugin list shows command aliases and descriptions#294
Merged
Conversation
Persist Plugin::description() in the registry, render installed plugins and their command aliases via a new print::table helper, and restore the plugin commands subcommand helpers removed in a prior merge. Closes Nanle-code#120 Co-authored-by: Cursor <cursoragent@cursor.com>
|
@broda-spendy Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
…ws-command-aliases-and-descriptions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
starforge plugin listto show plugin descriptions and registered command aliases in aligned tables viaprint::tablePlugin::description()in the registry at install time with manifest/command fallbacks for legacy entriesdiscover_plugin_metadata/plugin commandshelpers dropped in a prior merge, and exportutilsfrom the library crate for integration testsTest plan
cargo build --lockedprint::table, registry description resolution, andplugin_list_entriescargo test --locked plugin_list(lifecycle e2e passes on Linux CI)Closes #120
Made with Cursor