Skip to content

refactor: migrate package to com.fortemate.dicechess.bot and update org links - #3

Merged
rabestro merged 1 commit into
mainfrom
refactor/migrate-package-to-fortemate
Aug 21, 2026
Merged

refactor: migrate package to com.fortemate.dicechess.bot and update org links#3
rabestro merged 1 commit into
mainfrom
refactor/migrate-package-to-fortemate

Conversation

@rabestro

@rabestro rabestro commented Aug 21, 2026

Copy link
Copy Markdown
Member

Summary

  • Migrated Java package hierarchy from dicechess.bot to com.fortemate.dicechess.bot.
  • Updated Maven groupId to com.fortemate and updated entry point main class in pom.xml and mise.toml.
  • Updated repository references and container image references in README.md, SECURITY.md, and code documentation from old repositories to fortemate/*.

Summary by CodeRabbit

  • Refactor

    • Updated the project namespace and package references to the Fortemate branding.
    • Updated build and runtime configuration to use the renamed application entry point.
    • Refreshed Docker, dependency, strategy-source, and repository references.
  • Documentation

    • Updated project and security documentation links to the current Fortemate repositories.
  • Tests

    • Aligned test package references with the updated project namespace.

@rabestro rabestro added the refactoring Code refactoring without behavioral changes label Aug 21, 2026
@github-actions github-actions Bot added ci-cd CI/CD pipelines, workflows, and tooling documentation Improvements or additions to documentation testing Adding or enhancing automated tests infrastructure java-bot labels Aug 21, 2026
@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 67acaf7f-2a98-4027-9a68-f78281a9320a

📥 Commits

Reviewing files that changed from the base of the PR and between 65b2197 and ea101a5.

📒 Files selected for processing (11)
  • README.md
  • SECURITY.md
  • mise.toml
  • pom.xml
  • src/main/java/com/fortemate/dicechess/bot/Main.java
  • src/main/java/com/fortemate/dicechess/bot/OnnxEvaluator.java
  • src/main/java/com/fortemate/dicechess/bot/OnnxStrategy.java
  • src/main/java/com/fortemate/dicechess/bot/Strategy.java
  • src/main/java/com/fortemate/dicechess/bot/package-info.java
  • src/test/java/com/fortemate/dicechess/bot/OnnxStrategyTest.java
  • src/test/java/com/fortemate/dicechess/bot/WebhookIntegrationTest.java

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The change updates Java packages, Maven coordinates, runtime entry points, tests, Docker references, repository links, and documented source paths from the old namespace to com.fortemate.

Changes

Fortemate namespace update

Layer / File(s) Summary
Java package namespace
src/main/java/com/fortemate/dicechess/bot/*, src/test/java/com/fortemate/dicechess/bot/*
Production classes, tests, package documentation, and links use com.fortemate.dicechess.bot.
Build and runtime entry-point wiring
pom.xml, mise.toml
Maven uses the com.fortemate group ID. The shaded JAR and run task use com.fortemate.dicechess.bot.Main.
Repository and image references
README.md, SECURITY.md
Documentation uses Fortemate repository URLs, the Fortemate Docker image, and the updated source path.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to ea101

This PR updates package names, build metadata, entry-point references, and repository documentation without any identified merge-blocking risk; it is merge-ready after normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the package migration and organization reference updates described in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 7 files. (4 skipped: 4 unsupported.)
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/migrate-package-to-fortemate

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
34.5% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@rabestro rabestro self-assigned this Aug 21, 2026
@rabestro
rabestro merged commit 9270896 into main Aug 21, 2026
7 of 8 checks passed
@rabestro
rabestro deleted the refactor/migrate-package-to-fortemate branch August 21, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-cd CI/CD pipelines, workflows, and tooling documentation Improvements or additions to documentation infrastructure java-bot refactoring Code refactoring without behavioral changes testing Adding or enhancing automated tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant