reviews:
  path_instructions:
    - path: 'packages/openapi/test/routers/**'
      instructions: |
        - *.ts files should contain valid tRPC routers, and types. They are written to drive codegen for testing purposes
        - *.json files are generated by the code under test, they should be valid and correct OpenAPI 3.1+ JSON docs
        - */ directories are generated clients from the OpenAPI *.json files, they should only be reviewed with respect to correct generation. Types should match the tRPC router types, but code is not expected to meet this repo's standards for linting or formatting.
    - path: 'examples/openapi-codegen/src/client/generated/**'
      instructions: |
        - this directory should be treated the same as `packages/openapi/test/routers/*/` - it is generated for example and e2e testing purposes