- Remove unused `world` import from ListCommand.js and PlaceCommand.js
(plan code blocks included it but neither command uses it).
- Delete orphaned `construct.commands.construct.denyorigin` lang key
from en_US and zh_CN — its sole consumer was the original
commands/construct.js, which was replaced by ConstructCommand using
the shared `construct.commands.error.notAPlayer` key.
- Carry the previously-orphaned Chinese translation forward to the
notAPlayer key in zh_CN.lang.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The Command base class, Commands registry, FeedbackMessageType enum,
and four CommandOrigin subclasses (Player/Entity/Block/Server) that
every CLI command in this branch depends on. Without these files the
new commands fail to resolve imports at module load.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>