Compare commits
2 commits
0edf41c792
...
3a5b5c216d
Author | SHA1 | Date | |
---|---|---|---|
3a5b5c216d | |||
bdc797d5c1 |
3 changed files with 8 additions and 6 deletions
10
CLAUDE.md
10
CLAUDE.md
|
@ -18,10 +18,12 @@ When creating, modifying, or removing plugins:
|
|||
|
||||
## Testing
|
||||
|
||||
After every session that contains changes to files:
|
||||
**CRITICAL**: After making ANY changes to code files, you MUST run these commands in order:
|
||||
|
||||
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`
|
||||
1. **Format code**: `make format` - Format all code according to project standards
|
||||
2. **Lint code**: `make lint` - Check code style and quality (must show "0 issues")
|
||||
3. **Run tests**: `make test` - Run all tests to ensure functionality works
|
||||
4. Verify documentation accuracy
|
||||
5. Ensure all examples work as described
|
||||
|
||||
**These commands are MANDATORY after every code change, no exceptions.**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue