feat: make maintainer command output and help self-explanatory - #272
Merged
LadyBluenotes merged 2 commits intoSep 11, 2026
Merged
Conversation
Contributor
|
Warning Review limit reachedNext included review available in 51 minutes. View limit detailsLimit details: You’ve used all 2 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Sep 11, 2026
LadyBluenotes
added this pull request to stack #274
September 11, 2026 22:02
LadyBluenotes
force-pushed
the
feat/maintainer-ergonomics
branch
2 times, most recently
from
September 11, 2026 22:25
dd7931c to
cd1b435
Compare
Print an ordered overview for maintainer --help and per-action options for maintainer <action> --help. Name every file add and sync write, label the consumer install commands, show changed files and missing reviews in status and check, validate each skills root once, report all missing repository distribution inputs together, and print unsupported options in kebab-case.
LadyBluenotes
force-pushed
the
feat/maintainer-ergonomics
branch
from
September 11, 2026 22:30
cd1b435 to
cef37f9
Compare
Merging this PR will not alter performance
Performance Changes
Comparing |
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.
🎯 Changes
Stacked on #271. Every
maintaineraction shared one flat list of sixteen flags in--help, and the text output left the maintainer guessing what each command wrote.intent maintainer --helpprints the actions in the order a maintainer runs them, each with a one-line summary and aWrites:line.intent maintainer <action> --helpprints that action's usage and only its options. Bareintent maintainerprints the overview and exits 1 instead of a cac argument error.--plugin-name, not--pluginName) with a pointer to the action's help.maintainer addlists every file it wrote and names the domain map that still needs developer tasks.maintainer syncprints each synchronized path, saysNothing to synchronize.on a no-op, and labels the consumer install commands.maintainer statusandcheckshow the item kind, the changed files, orno recorded review, matching whatintent reviewalready printed.maintainer checkvalidates each skills root once instead of once per skill directory.maintainer setup --distribution reporeports every missing input (repository, plugin name, skills) in one error instead of one per attempt.✅ Checklist
pnpm run test:pr.🚀 Release Impact