Conversation
Reordered help text to display commands alphabetically: cd, deps, doctor, edit, git, module, package, reload, update. Subcommand order under git/module/package preserved as logically ordered. Completes feat-003. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Updated README.md and SKILL.md to accurately reflect that metool has evolved from a "shell environment" tool into a general-purpose modular code organization system. Changes: - README.md: Changed title from "Propagation tray for Ideas" to "Modular Code Organization" - README.md: Updated opening description to remove shell environment and propagation/transplanting metaphor - README.md: Updated Real-World Value section to reflect full scope - SKILL.md: Changed description from "shell environments" to "modular code organization" - SKILL.md: Updated Overview to remove propagation metaphor and show full scope These changes reflect the reality of 230+ packages covering AI systems, media tools, cloud infrastructure, and more—not just shell scripts. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Updated shell/completions/mt.bash to include doctor in the mt_commands list. Commands are now alphabetized in the completion list: cd, deps, doctor, edit, git, module, package, reload, update. Closes feat-004 of MT-47 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Keep original tagline "A Propagation Tray for Ideas" - Change "your code" to "my code" for authentic personal voice - Minor grammar tweaks for flow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
mt --helpoutputdoctorcommand to bash completionTest plan
mt --helpshows alphabetized commandsmt <tab>shows doctor in completion🤖 Generated with Claude Code