12 lines
545 B
Markdown
12 lines
545 B
Markdown
# 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
|