Java
Java stack baseline for harness-kit. This bundle is installed automatically when java is selected directly, or inherited by a techstack bundle via type: 'stack'.
What it includes
coding-style- naming, package conventions, and class design rulespatterns- practical Java architecture patterns and anti-patternstesting- unit/integration test structure and maintainability defaultssecurity- input validation, credential safety, and common risk controls
Notes
Rules are adapted from everything-claude-code (MIT) and tuned for harness-kit conventions.