Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

@.github/copilot-instructions.md

## Claude Code

- Run `/pre-commit` to execute the full pre-commit checklist for this project.
- Base package: `ar.com.nanotaboada.java.samples.spring.boot` — all source lives under this path.

### Running a single test

```bash
./mvnw test -Dtest=PlayersControllerTests # one test class
./mvnw test -Dtest=PlayersServiceTests#givenX_whenY_thenZ # one test method
```