From 993d5d60c4672aa8c74156adcc24e456337e9984 Mon Sep 17 00:00:00 2001 From: Michael Nahkies Date: Sat, 16 May 2026 08:30:14 +0100 Subject: [PATCH 1/2] docs: add AGENTS.md --- AGENTS.md | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000..d9ce6479 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,55 @@ +# 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