CANONICAL FRONTEND TEST COMMANDS Generated: 2026-03-08 Source: frontend/package.json (lines 5-12) ================================================================================ CONFIRMED COMMANDS FOR GREEN GATE VERIFICATION: 1. LINT COMMAND Script: "lint" Full Command: bun run lint Definition: eslint Tool: ESLint v9 Configuration: eslint.config.mjs Status: ✓ VERIFIED (callable) 2. TEST COMMAND Script: "test" Full Command: bun run test Definition: vitest run Tool: Vitest v4.0.18 Configuration: vitest.config.ts Status: ✓ VERIFIED (callable) 3. BUILD COMMAND Script: "build" Full Command: bun run build Definition: next build Tool: Next.js v16.1.6 Configuration: next.config.ts Output: standalone format Status: ✓ VERIFIED (callable) ADDITIONAL SCRIPTS (not required for green gate): - "dev": next dev (development server) - "start": next start (production server) - "test:watch": vitest (watch mode testing) - "test:e2e": playwright test (end-to-end testing) ================================================================================ VERIFICATION STATUS: ALL THREE COMMANDS PRESENT AND CALLABLE ================================================================================