Cursor rule
.cursor/rules/java-quarkus.mdcJava 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 blocksRepository
0
— · pushed 4 days agoLast changed
3 days ago
First indexed 3 days ago.1234567# Java Standards89- 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.1213# Quarkus & Picocli1415- 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.1920# GraalVM Native Image2122- The project builds native executables with `-Pnative`.23- Register reflection config in `ReflectionConfiguration.java` when adding classes that need runtime reflection.2425# Error Handling2627- Catch specific exceptions; avoid empty catch blocks.28- Use `org.jboss.logging.Logger` for logging, not `System.out`.2930# Code Style3132- Keep methods focused and short.33- Prefer immutable data structures and records for value objects (see `Member.java`).34
Also in garethahealy/whatsapp-verify
Diff this repo’s formatsOne 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?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| garethahealy/whatsapp-verify.cursor/rules/github-actions.mdc · 0 | Cursor rules | buildgitsecurityagent-behaviour | 29/100 | 3 days ago | |
| garethahealy/whatsapp-verify.cursor/rules/maven.mdc · 0 | Cursor rules | buildteststyle | 37/100 | 3 days ago | |
| garethahealy/whatsapp-verify.cursor/rules/project-context.mdc · 0 | Cursor rules | arch | 29/100 | 3 days ago | |
| garethahealy/whatsapp-verify.cursor/rules/unbreakable.mdc · 0 | Cursor rules | do-not | 11/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago | |
| skillrecordings/egghead-next.cursor/rules/project-update-user-rules.mdc · 1.4k | Cursor rules | buildtestlint-formatstyle+7 | 96/100 | 3 days ago | |
| nerds-odd-e/doughnut.cursor/rules/cli.mdc · 49 | Cursor rules | setupbuildteststyle+4 | 96/100 | 3 days ago | |
| skillrecordings/egghead-next.cursor/rules/gh-task-plan.mdc · 1.4k | Cursor rules | teststylearchtypes+2 | 96/100 | 3 days ago | |
| skillrecordings/egghead-next.cursor/rules/project-update-rules.mdc · 1.4k | Cursor rules | buildtestlint-formatstyle+7 | 96/100 | 3 days ago |
