docs(build): complete build and release story
CI / build (push) Successful in 1m4s
Release / release (push) Successful in 2m0s

This commit is contained in:
dmg
2026-09-04 11:38:30 -04:00
parent e3c45f9fdb
commit df5dd43539
2 changed files with 16 additions and 10 deletions
+6
View File
@@ -19,6 +19,12 @@ description: Chronological record of material decisions affecting the Spigot Inv
- The Sorting Stick uses a vertical recipe in the crafting grid's center column: a Chest or Barrel above Redstone Dust, with a Stick at the bottom.
- Either storage-block variant produces one Sorting Stick.
## 2026-09-04 — Build and release foundation completed
- Added the Java 25 Gradle build, Purpur API dependency, strict compiler linting, JUnit 5 lifecycle, plugin metadata, and initial plugin entry point.
- Added Gitea CI, conventional-commit validation for pull requests, development artifacts, semantic releases, and release-asset upload.
- Verified `./gradlew clean check jar`, successful main and tag CI runs, and release `v1.0.0` with `spigot-inventory-helper-1.0.0.jar` attached.
## 2026-09-04 — Implementation started
- Approved implementation begins with the tested Gradle and Purpur foundation, followed by the Sorting Stick, inventory sorting, and automatic tool replacement.