the signals and their derived score are provisional and subject to change.
validate manually before sharing.
c901574cd8e05c7ad495945a716c320a494d878ca95c49f9b895bbeb7f6ecabe1d85a5fdb595e18bAuthored: 2 months ago (Tue, 14 Jul 2026 08:36:45 +0000)Match: Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>2bd4f992f228061f9785825d4a906274f7066c97Authored: 2 months ago (Mon, 13 Jul 2026 12:45:38 +0000)Match: Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>9a4a050d30b62bad0316ec819acbce14d8273ae9Authored: 2 months ago (Mon, 13 Jul 2026 12:40:20 +0000)Match: Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>796f99b2b7fb606964816f189cb7e48dd073e369Authored: 2 months ago (Mon, 13 Jul 2026 12:22:42 +0000)Match: Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>f25b91c7490aea3fa8b19c9c9057cb977205189fAuthored: 2 months ago (Mon, 13 Jul 2026 11:40:16 +0000)Match: Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>.github/copilot-instructions.mdTool: github-copilotCLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Build & Test Commands
This is a Java 21 + JavaFX 21 Maven multi-module project. Use the Maven wrapper:
```bash
# Full build
source ~/.sdkman/bin/sdkman-init.sh && sdk use java 21-tem && ./mvnw package
# Build excluding UI tests (mirrors CI)
source ~/.sdkman/bin/sdkman-init.sh && sdk use java 21-tem && ./mvnw -B package -DexcludedGroups=ui
# Run all tests
source ~/.sdkman/bin/sdkman-ininone