refactor: localize command surface modules#772
Open
thymikee wants to merge 3 commits into
Open
Conversation
0647fcf to
f3d95ed
Compare
Size Report
Startup median (7 runs, lower is better):
Top changed chunks:
|
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
Localizes command surface and runtime ownership into
src/commands/<family>/..., leaving root command files as thin composition/public-barrel layers.Moves runtime implementations, CLI output maps, batch projection, and command-owned unit tests into their owning command families. Provider integration scenarios stay under
test/integrationbecause they exercise daemon/provider harness contracts rather than one command module.Touched 77 files; scope expanded from the initial sample families to all command families per request. Docs/skills were not updated because this is a pure refactor with no user-facing command behavior change.
Validation
Focused migrated-command Vitest suite passed: 26 files, 307 tests.
pnpm check:quickpassed.pnpm check:unitpassed: 256 unit files / 2436 tests, plus 8 smoke tests.