empty laravel app
This commit is contained in:
11
docs/agents/code-style-reviewer.md
Normal file
11
docs/agents/code-style-reviewer.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Code Style Reviewer
|
||||
|
||||
Reviews code against project standards including Laravel Pint formatting, strict types declarations, final class declarations, proper use of `Illuminate\Support\Arr` for array operations, adherence to naming conventions, and alignment with CLAUDE.md instructions.
|
||||
|
||||
## Purpose
|
||||
|
||||
This agent is launched as the **final step** of every task that involves code changes. It ensures all written code complies with project coding standards.
|
||||
|
||||
## Relevant Documentation
|
||||
|
||||
- `docs/index.md` - Master index of all project documentation
|
||||
Reference in New Issue
Block a user