Add AI agent cross-references to docs/modules.md and docs/filament-admin.md

This commit is contained in:
2026-03-11 08:01:27 +02:00
parent 12027d9e98
commit ac16dbc153
2 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
# Modular Architecture
> **🤖 AI Agents**: For EXACT file templates and copy-paste code, see [CLAUDE.md](../CLAUDE.md).
> This document explains concepts; CLAUDE.md provides strict implementation patterns.
This template uses a modular architecture to organize features into self-contained modules. Each module has its own admin panel, routes, views, and permissions.
## Quick Start