refactor: rename directories and unify command packages per domain#10993
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Merge multiple command packages into one `commands/` directory per domain: - building: build-commands + policy-commands - cli: completion-commands + doctor-commands - deps/compliance: audit-commands + licenses-commands + sbom-commands - deps/inspection: listing-commands + outdated-commands - engine/pm: self-updater-commands + setup-commands - engine/runtime: commands + env-commands - releasing: deploy-commands + publish-commands - store: store-commands + store-inspecting-commands Rename single command packages to commands/: - config, exec, installing, patching, workspace Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
83e03fd to
67df9bc
Compare
…e names Fix broken pnpmBin and __typings__ reference paths in test files that moved one level deeper during command package merges. Also fix remaining stale package names in changeset files and update jest config to ignore utils dirs at any nesting depth under test/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Mar 18, 2026
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
installing/core→installing/deps-installerandinstalling/headless→installing/deps-restorerfor clearer namingplugin-commands-*directories to use-commandssuffix conventioncommands/directory (one commands package per domain rule):building/{build-commands,policy-commands}→building/commandsdeps/compliance/{audit-commands,licenses-commands,sbom-commands}→deps/compliance/commandsdeps/inspection/{listing-commands,outdated-commands}→deps/inspection/commandsstore/{store-commands,inspecting-commands}→store/commandsreleasing/{publish-commands,deploy-commands}→releasing/commandscli/{completion-commands,doctor-commands}→cli/commandsengine/pm/{self-updater-commands,setup-commands}→engine/pm/commandsengine/runtime/{runtime-commands,env-commands}→engine/runtime/commandscache/cache-commands→cache/commandsutils/dirs at any nesting depth undertest/Test plan
pnpm installresolves all workspace projectspnpm run compilesucceeds (includes meta-updater validation)