11 lines
218 B
Markdown
11 lines
218 B
Markdown
# CLAUDE.md
|
|
|
|
## Verification
|
|
|
|
After making changes, always run these commands to verify everything works:
|
|
|
|
```sh
|
|
make check-style # Lint checks
|
|
make test # Run tests
|
|
make dist # Build the plugin
|
|
```
|