CLAUDE.md
CLAUDE.mdCLAUDE.mdroot
Quality
59/100
Scores the file, not the repository.Length
207 words
8 headings · 0 code blocksRepository
10k
— · pushed 0 days agoLast changed
2 days ago
First indexed 2 days ago.1# CLAUDE.md23Guidance for Claude Code when working with IdeaVim.45## Quick Reference67Essential commands:8- `./gradlew runIde` - Start dev IntelliJ with IdeaVim9- `./gradlew test -x :tests:property-tests:test -x :tests:long-running-tests:test` - Run standard tests1011Avoid running all tests, this takes too long. It's preferred to run specific test.1213When running gradle tasks, use `--console=plain` for cleaner output without progress bars.1415See CONTRIBUTING.md for architecture details and a complete command list.1617## IdeaVim-Specific Notes1819- Property tests can be flaky - verify if failures relate to your changes20- Use `<Action>` in mappings, not `:action`21- Config file: `~/.ideavimrc` (XDG supported)22- Goal: Match Vim functionality and architecture2324## Issue Tracking2526This project uses **YouTrack** for issue tracking, NOT GitHub Issues.27- Tickets are prefixed with `VIM-` (e.g., VIM-1234)28- YouTrack URL: https://youtrack.jetbrains.com/issues/VIM29- `gh issue` commands will NOT work3031## Commit Messages3233For commits that fix a tracked issue, use the format `Fix(VIM-XXX): <description>` (e.g., `Fix(VIM-4115): NPE in CommandKeyConsumer after plugin disable/enable`).3435## Additional Documentation3637- Changelog maintenance: Handled by the `changelog` skill (auto-detected when updating changelog)3839## Active Technologies40- Kotlin (JVM 21) + IntelliJ Platform SDK, IdeaVim vim-engine (001-api-layer)4142## Recent Changes43- 001-api-layer: Added Kotlin (JVM 21) + IntelliJ Platform SDK, IdeaVim vim-engine44
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| bagisto/bagistoCLAUDE.md · 28k | CLAUDE.md | setupbuildteststyle+5 | 100/100 | 3 days ago | |
| livewire/livewireCLAUDE.md · 24k | CLAUDE.md | setupbuildteststyle+4 | 100/100 | 3 days ago | |
| dotCMS/corecore-web/CLAUDE.md · 949 | CLAUDE.md | teststylearchtesting-strategy+3 | 100/100 | 3 days ago | |
| nimbalyst/nimbalystpackages/android/CLAUDE.md · 1.4k | CLAUDE.md | setupbuildstylearch+2 | 100/100 | 3 days ago | |
| microsoft/playwrightCLAUDE.md · 94k | CLAUDE.md | buildtestlint-formatstyle+7 | 100/100 | 3 days ago | |
| filamentphp/filamentCLAUDE.md · 32k | CLAUDE.md | buildtestlint-formatstyle+7 | 100/100 | 3 days ago | |
| Adit-Jain-srm/NightmareNetCLAUDE.md · 45 | CLAUDE.md | buildtestlint-formatstyle+6 | 100/100 | 3 days ago | |
| dotCMS/coreCLAUDE.md · 949 | CLAUDE.md | setupbuildteststyle+7 | 99/100 | today |
