From cb8b6004497b46e5ef5561b1ba08fe0d1413e942 Mon Sep 17 00:00:00 2001 From: Lakshmi Tanmay Date: Mon, 4 May 2026 10:24:29 +0530 Subject: [PATCH] chore: add AGENTS.md (@olttdotdev) --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 000000000000..5d2b5248e2ff --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,6 @@ +Be extremely concise. Sacrifice grammar for concision. +Frontend is partially migrated from vanilla JS to SolidJS — new components use `.tsx`, legacy code remains vanilla. +Single test file: `pnpm vitest run path/to/test.ts` +For styling, use Tailwind CSS, class property, `cn` utility. Do not use classlist. Only colors available are those defined in Tailwind config. +In legacy code, use `i` tags with FontAwesome classes. In new code, use `Fa` component. +In plan mode, before writing up a plan, ask clarifying questions if needed. At the end of plan mode, give me a list of unresolved questions to answer, if any. Make them concise. \ No newline at end of file