6b2a73678f
Auto-loaded by Gitea on every new PR. Lists the surfaces and risks pragent scores you on; tells the author to add the AI-REVIEW label to trigger a bot review.
1.8 KiB
1.8 KiB
What
Why
Refs: #
How to test
# Commands the reviewer can run to reproduce / verify:
docker run --rm -v "$PWD":/work -v "$HOME/.m2":/root/.m2 -w /work \
maven:3.9-eclipse-temurin-25 mvn -B test
Risk
- chat message flow (immutable after send)
- pt-BR singular-form rule (
5.966 blocos de Pedra, not5.966 Pedras) - Bedrock equivalent (
comando:typed fallback,texto:ASCII label) - stats path (
<world>/players/stats, not<world>/stats) - reaction late-window (
reacao-validade-minutos) - Bukkit main thread (no async chunk loads in event handlers)
- new
comando:added toplugin.yml - new permission declared in
plugin.yml
Checklist
mvn -B testpasses locally (JDK 25)- new behaviour has a test (
src/test/java/...) - no hand edits to generated sources (none in this repo)
- PR title is conventional-commit style
- branch is up to date with
main
AI review
Label this PR AI-REVIEW to trigger pragent. Add AI-USAGE for a
token/cost report on the review. The bot reads .pr-review.json from main
- a static
architecture.mdfrom Nexus raw-hosted — so house rules (chat immutability, singular-form, Bedrock fallback, JDK 25) are baked in.