API Documentation To generate API documentation from TSDoc comments: Install TypeDoc (if not already): pnpm add -D typedoc Run the script: pnpm ts-node scripts/generate-api-docs.ts View the generated docs in docs/api/ See typedoc.json for configuration.