Guide
Agent Optimization
Mahaut is structured so AI coding agents can inspect it safely and make small, correct changes.
- The public llms.txt file summarizes the framework, request flow, important files, and editing rules.
- Documentation pages are short, topic-focused, and aligned with working examples.
- Routing syntax is explicit, so agents can map URLs to controllers without hidden conventions.
- Quarantined files are separated from the active core to reduce false context.
- The promo site does not use a database, so setup and deployment stay simple.
- Security rules are documented in SECURITY.md and docs/security.md.
Core flow:
public/index.php -> Bootstrap -> routes.php -> Router -> Controller -> View