Reorganize the codebase into multiple folders for maintainability.
Suggested Structure
/commands
/movement
/inventory
/utils
index.js
Acceptance Criteria
Commands extracted from index.js
Cleaner architecture with import/export modules
No duplicate logic
Labels: medium, refactor, cleanup
Reorganize the codebase into multiple folders for maintainability.
Suggested Structure
/commands
/movement
/inventory
/utils
index.js
Acceptance Criteria
Commands extracted from index.js
Cleaner architecture with import/export modules
No duplicate logic
Labels: medium, refactor, cleanup