fix agents.md

This commit is contained in:
2025-12-16 22:33:46 +02:00
parent 7ed2b7cb85
commit ce9abe9940

View File

@@ -1,10 +1,10 @@
# AGENTS.md
## Build/Test Commands
- Build: `./gradlew build`
- Test all: `./gradlew test`
- Run single test: `./gradlew test --tests "FreightIntegrationTest.getByIdReturnsEntity"`
- Run app: `./gradlew bootRun`
- Build: `gradle build`
- Test all: `gradle test`
- Run single test: `gradle test --tests "FreightIntegrationTest.getByIdReturnsEntity"`
- Run app: `gradle bootRun`
## Code Style Guidelines
- Package structure: `ua.com.dxrkness.{controller,service,repository,model}`