diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000..0f70f714 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,57 @@ +# Agent Guide + +This document provides essential information for AI agents and developers working on the `@nahkies/openapi-code-generator` monorepo. + +## Project Overview + +This is a monorepo managed with `pnpm`. It produces a CLI tool for generating high-quality TypeScript client SDKs and server scaffolding from OpenAPI 3.0, 3.1, and TypeSpec specifications. + +## Critical Constraints + +- **Execution**: NEVER use `npx`. ALWAYS use `pnpm run