| spec_version: 1 | |
| name: pr-review-env | |
| version: 1.0.0 | |
| type: space | |
| runtime: fastapi | |
| app: server.app:app | |
| port: 8000 | |
| description: > | |
| A multi-turn pull request review negotiation environment modeled after | |
| how senior engineers and capable AI systems actually review code: reasoning | |
| about intent vs. implementation, catching subtle security and logic bugs, | |
| evaluating root causes rather than symptoms, and negotiating with authors | |
| across multiple rounds to ensure genuine fixes. | |
| tags: | |
| - openenv | |
| - code-review | |
| - software-engineering | |
| - security | |
| - multi-turn | |
| tasks: | |
| - single-pass-review | |
| - iterative-negotiation | |
| - escalation-judgment | |
| - custom-review | |