Stats
Actions
Tags
From java-core
Tracks tool usage and injects context into Claude Code sessions. Runs a Python script after Write/Edit/Bash tool calls, and another at session start.
2 events · 4 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Write|Editecho '[java-core] Java file edited. Reminder: run mvn compile -q or ./gradlew build -q to verify the build still passes.'Write|Editecho '[java-core] Did you add or update tests for this change? Check for a corresponding *Test.java file.'Bashecho '[java-core] After committing, consider running mvn verify or ./gradlew check for a full quality gate.'echo '[java-core] Detecting Java project...' && (cat pom.xml 2>/dev/null | grep -E '<java.version>|<maven.compiler.source>' | head -2 || cat build.gradle 2>/dev/null | grep -E 'sourceCompatibility|JavaVersion' | head -2 || echo '[java-core] No build file found — ask user for Java version if needed.')npx claudepluginhub ducpm2303/claude-java-plugins --plugin java-core