📖 Complete documentation is in the .agents/ directory.
yarn dev- Start development serveryarn build- Build all packagesyarn lint:fix- Lint and fix codeyarn type-check- TypeScript checkingyarn test <filename> -- --integrationTestsOnly- Run integration testsyarn e2e <filename> --grep "<testName>"- Run specific E2E test
Use tools in this order of preference:
- ast-grep - For AST-based code searches (if available)
- rg (ripgrep) - For fast text searches
- grep - As fallback for text searches
- .agents/README.md - Complete development guide
- .agents/commands.md - All build, test & dev commands
- .agents/knowledge-base.md - Knowledge base & best practices