Skip to content

Refactor Project Structure for Maintainability#2

Merged
indra87g merged 1 commit into
mainfrom
refactor/project-structure
Sep 23, 2025
Merged

Refactor Project Structure for Maintainability#2
indra87g merged 1 commit into
mainfrom
refactor/project-structure

Conversation

@google-labs-jules

Copy link
Copy Markdown
Contributor

This change refactors the project to improve maintainability by separating the command logic into its own class and package, and by updating the plugin.yml to follow best practices.


PR created automatically by Jules for task 1584388329829828856

Separated the command logic from the main plugin class into a dedicated `SetBlockCommand` class within a new `commands` package.

This refactoring improves code organization and makes the project more scalable and easier to maintain.

Changes include:
- Created `src/main/java/com/indra87g/commands/SetBlockCommand.java`
- Modified `src/main/java/com/indra87g/Main.java` to use the new command class
- Updated `src/main/resources/plugin.yml` to declare the command and add permissions
@google-labs-jules

Copy link
Copy Markdown
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll acknowledge your comments with a 👀 emoji and then get to work. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

I will automatically address your feedback. For any comments you don't want me to act on, just include (aside).



For security, I will only act on instructions from the user who triggered this task for this pull request.

@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@indra87g indra87g marked this pull request as ready for review September 23, 2025 05:52
@indra87g indra87g merged commit 2a278c9 into main Sep 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant