Files
sam-sales/codepolicy/templates/CLAUDE_TEMPLATE.md
2026-01-01 20:31:49 +09:00

909 B

SAM Project Guidelines

Core Principles

  1. Anti-Hallucination: Never guess column names. Check app/Models/ or migrations.
  2. Hybrid EAV: Follow sales/codepolicy/index.php for table design.
  3. Clean Code: Maintain Laravel 12 best practices and Next.js 15 standards.

Project Structure

  • api/: Laravel 12 REST API + Swagger
  • mng/: Filament PHP Admin (Blade/Tailwind)
  • react/: Next.js 15 Frontend
  • docs/: 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.md before ending a session.