[Describe approach: feature-first, layered, domain-driven, etc.]
Location: /path/
Purpose: [What belongs here]
Example: [Brief example]
Location: /path/
Purpose: [What belongs here]
Example: [Brief example]
// Example import patterns
import { Something } from '@/path' // Absolute
import { Local } from './local' // Relative
Path Aliases:
@/: [Maps to][Key architectural patterns and dependency rules]
Document patterns, not file trees. New files following patterns shouldn't require updates