Skip to content

AGENTS.md

Code guidelines

  • Use /tmp folder if you need to create helper scripts such us python, bash, patch etc.
  • Don't create any readme file to update the progress, just print it out.
  • If you need to create a backup file, put it on /tmp folder not in this working directory.
  • Run npm run type-check to check for type errors after you working on frontend tasks.
  • Never use emoticons or emoji for icons in the UI, use SVG files for icons instead.
  • When you are generating svg images, never use inline svg format. Always save svg files as separate files. Use this file as reference so you don't have to invent the same icons again.
  • Keep file names and folder names in kebab-case.