RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/garethahealy/whatsapp-verify

Cursor rule

.cursor/rules/java-quarkus.mdc

Java and Quarkus coding standards for whatsapp-verify

Cursor rules

Quality

48/100

Scores the file, not the repository.

Length

147 words

5 headings · 0 code blocks

Repository

0

— · pushed 4 days ago

Last changed

3 days ago

First indexed 3 days ago.
garethahealy/whatsapp-verify/.cursor/rules/java-quarkus.mdcRawGitHub
1---
2description: Java and Quarkus coding standards for whatsapp-verify
3globs: "**/*.java"
4alwaysApply: true
5---
6 
7# Java Standards
8 
9- Target **Java 25** (project uses Mandrel/GraalVM via sdkman).
10- Use modern Java features: records, sealed classes, pattern matching, enhanced switch, string templates where appropriate.
11- Follow camelCase for methods/variables, PascalCase for classes.
12 
13# Quarkus & Picocli
14 
15- This is a **CLI application** using `quarkus-picocli`, not a REST service.
16- Commands implement `Runnable` and use `@CommandLine.Command`.
17- The top-level command is `WhatsAppVerifyCommand`; subcommands are registered via `subcommands`.
18- Use `@Inject` for CDI dependency injection. Prefer constructor injection for new classes.
19 
20# GraalVM Native Image
21 
22- The project builds native executables with `-Pnative`.
23- Register reflection config in `ReflectionConfiguration.java` when adding classes that need runtime reflection.
24 
25# Error Handling
26 
27- Catch specific exceptions; avoid empty catch blocks.
28- Use `org.jboss.logging.Logger` for logging, not `System.out`.
29 
30# Code Style
31 
32- Keep methods focused and short.
33- Prefer immutable data structures and records for value objects (see `Member.java`).
34 

Sections

  • Java Standards
  • Quarkus & Picocli
  • GraalVM Native Image
  • Error Handling
  • Code Style

What it covers

code-style

Stack — with the evidence

java

(1.00)

github-actions

(0.60)

Glob targeting

  • **/*.java

Format

Cursor rules

The most expressive format here. Many small .mdc files, each with frontmatter declaring when it should load, so a rule about migrations only enters context when a migration is open. Costs the most to maintain and only one editor reads it.

What the corpus says about it

Repository

Owner
garethahealy
Language
—
License
—
Archived
no

All configs in this repo

Also in garethahealy/whatsapp-verify

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
garethahealy/whatsapp-verify.cursor/rules/github-actions.mdc · 0Cursor rulesjavagithub-actionsbuildgitsecurityagent-behaviour29/1003 days ago
garethahealy/whatsapp-verify.cursor/rules/maven.mdc · 0Cursor rulesjavagithub-actionsbuildteststyle37/1003 days ago
garethahealy/whatsapp-verify.cursor/rules/project-context.mdc · 0Cursor rulesjavagithub-actionsarch29/1003 days ago
garethahealy/whatsapp-verify.cursor/rules/unbreakable.mdc · 0Cursor rulesjavagithub-actionsdo-not11/1003 days ago
Diff against .cursor/rules/github-actions.mdc Diff against .cursor/rules/maven.mdc Diff against .cursor/rules/project-context.mdc Diff against .cursor/rules/unbreakable.mdc

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45Cursor rulestypescriptpytest+15testlint-formatstylearch+5100/1003 days ago
hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126Cursor rulesgobun+5setupbuildtestlint-format+6100/1003 days ago
langflow-ai/langflow.cursor/rules/docs_development.mdc · 153kCursor rulespythonnode+16setupbuildtestlint-format+797/1003 days ago
TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45Cursor rulestypescriptpytest+15teststyletesting-strategysecurity+397/1003 days ago
skillrecordings/egghead-next.cursor/rules/project-update-user-rules.mdc · 1.4kCursor rulestypescriptnode+14buildtestlint-formatstyle+796/1003 days ago
nerds-odd-e/doughnut.cursor/rules/cli.mdc · 49Cursor rulestypescriptcypress+14setupbuildteststyle+496/1003 days ago
skillrecordings/egghead-next.cursor/rules/gh-task-plan.mdc · 1.4kCursor rulestypescriptnode+14teststylearchtypes+296/1003 days ago
skillrecordings/egghead-next.cursor/rules/project-update-rules.mdc · 1.4kCursor rulestypescriptnode+14buildtestlint-formatstyle+796/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack