You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/themes/leaf3/AGENTS.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@
3
3
Before performing any task:
4
4
5
5
1. Read `.leaf/CONTEXT.md` for project goals and architectural decisions.
6
-
2. Use Leaf documentation:
6
+
2. Use Leaf documentation. Fetch these RAW (curl or a non-summarizing fetch) — summarized docs have invented APIs that don't exist:
7
7
8
8
-https://leafphp.dev/ai/SKILL.md
9
+
-https://leafphp.dev/ai/references/lite.md — this is a lite app: modules that MVC auto-configures need manual wiring here, and this file is the complete contract (db, views, Vite, schema). Read it before writing any setup code.
9
10
-https://leafphp.dev/llms.txt
10
11
11
12
3. Inspect the codebase and use `leaf context` when you need a concise map of the application's structure. `context` lives in the global `leaf` CLI (no `php` prefix) — `php leaf context` will fail.
0 commit comments