chore: update CLAUDE.md

This commit is contained in:
Felipe M 2025-06-23 11:20:21 +02:00
parent e0ff369cff
commit 35c14ce8a8
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8

View file

@ -18,9 +18,9 @@ When creating, modifying, or removing plugins:
## Testing
Before committing plugin changes:
After every session that contains changes to files:
1. Check files are properly formatted: Run `make format`
1. Check files are properly formatted running `make format`
2. Check code style and linting: Run `make lint`
3. Test the plugin functionality: Run `make test`
4. Verify documentation accuracy