AIMLxDIV commited on
Commit
16fddd4
·
unverified ·
2 Parent(s): 64f30fb3b1e8c5

Merge pull request #21 from DsThakurRawat/update-readme

Browse files
Files changed (1) hide show
  1. README.md +9 -1
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