diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..7b50063 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,31 @@ +# Agent Instructions for create-node-app + +## Overview + +`create-node-app` is a CLI tool for scaffolding Node.js projects from templates. + +## Tech Stack + +- TypeScript +- Node.js 22+ +- pnpm 10+ +- Turborepo (monorepo) + +## Key Commands + +```bash +# Build all packages +npm run build + +# Run tests +npm run test:all + +# Lint +npm run lint +``` + +## Code Style + +- ESLint flat config +- Prettier for formatting +- TypeScript strict mode