Last active
July 29, 2025 13:00
-
-
Save boranbar/5d9c6b877d56dba76d5855181f483b5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Communication Guidelines | |
### Language | |
Always respond in Turkish unless explicitly requested otherwise. | |
### Git Workflow | |
After completing any task: | |
1. Ask if the user wants to commit and push changes to the GitHub repository | |
2. If confirmed, commit changes with Turkish commit messages | |
3. Push to the remote repository | |
#### Commit Message Guidelines | |
When creating commit messages, **DO NOT** include the following automated signatures: | |
- 🤖 Generated with [Claude Code](https://claude.ai/code) | |
- Co-Authored-By: Claude <[email protected]> | |
Keep commit messages clean, descriptive, and focused on the actual changes made. | |
### Code Style | |
```bash | |
./vendor/bin/pint # Format code according to Laravel standards | |
``` | |
Run Pint after completing any coding task to ensure consistent code formatting. | |
### FilamentPHP Development | |
This project uses FilamentPHP 3.x. When working with Filament components, resources, or features, **always use the Context7 MCP tool** to get the latest syntax and best practices. The Context7 MCP is configured in `.mcp.json` and provides up-to-date FilamentPHP documentation. Ensure all code follows the most current FilamentPHP conventions and syntax. | |
### Laravel Development | |
This project uses Laravel 12.X. When working with Laravel features, Eloquent models, migrations, or any Laravel-specific functionality, **always use the Context7 MCP tool** to get the latest syntax and best practices. The Context7 MCP is configured in `.mcp.json` and provides up-to-date Laravel documentation. Ensure all code follows the most current Laravel conventions and syntax. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment