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,7 @@
# Filament Admin Panel
> **🤖 AI Agents**: For Filament form/table component syntax, see [CLAUDE.md](../CLAUDE.md#-filament-form-field-reference).
This template includes optional [Filament](https://filamentphp.com/) admin panel setup for user management and administration.
## What is Filament?

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