Files
trezor-suite/AGENTS.md
2026-02-12 15:22:32 +01:00

2.3 KiB
Raw Blame History

Skills

All skills are mandatory reading before making changes.

Formatting (mandatory)

After any code changes, run formatting on changed files before finishing:

  1. yarn g:prettier --write <changed-files>
  2. yarn g:eslint --fix <changed-files>

Other Notes

  • Build times: Initial setup takes 15-20 minutes; builds can take 10-15 minutes
  • Windows: Use Git Bash instead of cmd/PowerShell; consider WSL for better performance
  • Testing: Some tests may time out in CI environments without network access
  • Hardware wallets: Use trezor/trezor-user-env emulator for development