909 B
909 B
SAM Project Guidelines
Core Principles
- Anti-Hallucination: Never guess column names. Check
app/Models/or migrations. - Hybrid EAV: Follow
sales/codepolicy/index.phpfor table design. - Clean Code: Maintain Laravel 12 best practices and Next.js 15 standards.
Project Structure
api/: Laravel 12 REST API + Swaggermng/: Filament PHP Admin (Blade/Tailwind)react/: Next.js 15 Frontenddocs/: Master plans and progress logs
Tech Stack Rules
- Admin: Use Filament v3. No Alpine.js in standard blade files unless necessary.
- Styling: Vanilla CSS + Tailwind. Glassmorphism is the standard UI theme.
- Testing: Use TestSprite for visual and E2E QA.
Workflow Integration
- Use Antigravity for UI and complex logic planning.
- Use Claude Code for infrastructure, linting, and git operations.
- Always update
PROGRESS.mdbefore ending a session.