createMovedToPluginCommand
- Entity ID:
ent-20260420-b01a00000011 - Type:
file - Scope:
shared - Status:
active - Aliases: moved-to-plugin shim, plugin migration stub
Description
Shim factory at src/commands/createMovedToPluginCommand.ts that generates a stub command for any built-in command that has been migrated out to the plugin system. When invoked, the stub emits a friendly 'this command has moved' message rather than crashing or returning an empty result. Signal that Claude Code's slash-command surface is being progressively peeled off into external plugins.
Key claims
- The plugin system absorbs migrated built-in commands via a shim factory
Relations
- createMovedToPluginCommand --[registers_with]--> Command Registry (src/commands.ts)
- createMovedToPluginCommand --[defers_to]--> Plugin System