Skip to content

Support incremental UI and Java module setup - #11

Merged
ruibaby merged 2 commits into
mainfrom
feat/support-incremental-project-setup
Sep 2, 2026
Merged

ruibaby merged 2 commits into
mainfrom
feat/support-incremental-project-setup

Conversation

@ruibaby

@ruibaby ruibaby commented Sep 2, 2026

Copy link
Copy Markdown
Member

What changed

  • add add ui support for incrementally adding a Vite or Rsbuild UI to an existing backend-only plugin
  • add add module support for creating publishable Java library modules with Maven Central metadata and a publishing workflow
  • introduce a shared plan-and-apply flow with conflict detection, idempotency, stale-plan protection, and rollback
  • update Gradle files semantically without relying on generator marker comments
  • centralize the default Halo and Maven publishing plugin versions
  • add automated coverage for creation, incremental updates, conflicts, rollback, version inheritance, and repeated commands
  • document the incremental commands and publishing requirements

Validation

  • pnpm test — 18 tests passed
  • pnpm exec biome check ./src ./test
  • git diff --check
  • packed the current CLI as an npm tarball and executed it through pnpm dlx
  • generated and built fresh backend-only, Vite, Rsbuild, and multi-module plugin projects with Gradle 9.4
  • verified adding UI to an existing backend-only project and repeating the command as a no-op
  • verified incomplete commands and conflicting publish workflows fail without modifying the project
  • verified Vite and Rsbuild linting, formatting, type checking, UI manifests, and packaged JAR resources
  • verified Java module classes are included in the plugin JAR
  • generated and inspected Maven POM files for two modules
  • verified Maven Central release and snapshot task graphs with --dry-run
  • ran pnpm audit --audit-level=high for both generated UI variants with no known vulnerabilities

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-02T14:29:10.217982Z 69fa585 New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 860fc44186

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/project.js Outdated
Comment thread src/project.js
Comment thread src/project.js Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 69fa58532f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/project.js
Comment thread src/project.js
@ruibaby
ruibaby merged commit dbdf543 into main Sep 2, 2026
2 checks passed
@ruibaby
ruibaby deleted the feat/support-incremental-project-setup branch September 2, 2026 15:09
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