Changes for AGENTS.md

This commit is contained in:
Mario Zechner 2025-11-24 19:00:28 +01:00
parent 7ff3e572a4
commit 18db1fd6eb

View file

@ -11,4 +11,6 @@
- You must NEVER run `npm run dev` yourself. Doing is means you failed the user hard.
- Do NOT commit unless asked to by the user
- Keep you answers short and concise and to the point.
- Do NOT use inline imports ala `await import("./theme/theme.js");`
- Do NOT use inline imports ala `await import("./theme/theme.js");`
- Read `~/agent-tools/browser-tools/README.md` if you need to run an interact with a browser
- Use GitHub CLI to interact with GitHub issues and pull requests