Merge pull request #21 from DsThakurRawat/update-readme
Browse files
README.md
CHANGED
|
@@ -7,6 +7,15 @@ AI Senior Code Reviewer evaluation environment.
|
|
| 7 |
2. **Security Audit**: Detect vulnerabilities (OWASP Top 10).
|
| 8 |
3. **Architectural Review**: Evaluate design patterns and system constraints.
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
## Installation
|
| 11 |
|
| 12 |
```bash
|
|
@@ -53,4 +62,3 @@ The environment is currently **Production Ready** and follows the standard OpenE
|
|
| 53 |
- [x] Deterministic specialized graders
|
| 54 |
- [x] Thin FastAPI gateway with WebSocket event streaming
|
| 55 |
- [x] Comprehensive test coverage
|
| 56 |
-
# open-ev-code-handler
|
|
|
|
| 7 |
2. **Security Audit**: Detect vulnerabilities (OWASP Top 10).
|
| 8 |
3. **Architectural Review**: Evaluate design patterns and system constraints.
|
| 9 |
|
| 10 |
+
## Project Structure
|
| 11 |
+
|
| 12 |
+
- `codereview_env/`: Core logic and state machine.
|
| 13 |
+
- `codereview_env/graders/`: Specialized grading modules (Bug, Security, Arch).
|
| 14 |
+
- `scripts/`: Operational scripts (baseline evaluation, validation).
|
| 15 |
+
- `tests/`: Comprehensive test suite.
|
| 16 |
+
- `app.py`: FastAPI entry point.
|
| 17 |
+
- `openenv.yaml`: OpenEnv specification.
|
| 18 |
+
|
| 19 |
## Installation
|
| 20 |
|
| 21 |
```bash
|
|
|
|
| 62 |
- [x] Deterministic specialized graders
|
| 63 |
- [x] Thin FastAPI gateway with WebSocket event streaming
|
| 64 |
- [x] Comprehensive test coverage
|
|
|