Imported from Speirsy11/trading_bot_platform (
AGENTS.md). Install upstream withnpx skills add Speirsy11/trading_bot_platform. Copyright stays with the author.
Agents
UI Verification
When you change any rendered UI in apps/web or another browser-visible surface, the work is not complete until you verify the result visually.
- Run
pnpm --filter web ui:verify -- --path <route>for every route you changed. Repeat--pathfor multiple pages. - If Chromium has not been installed for Playwright yet, run
pnpm --filter web playwright:installfirst. - Review the generated screenshots under
apps/web/.artifacts/ui-screenshots/before giving control back. - If a dev server is already running and you do not want to start a new one, use
pnpm --filter web ui:screenshot -- --path <route>instead. - In your handoff, state which routes you verified and where the screenshot artifacts were written.
Do not hand work back after UI changes without either verified screenshots or a clear blocker explaining why verification could not run.