You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump core version to 2.0.0 (FastAPI metadata and health_check) and update dashboard package metadata (version 2.0.0, add author). Add Divyansh Rawat as a co-author in LICENSE and owners in codelens.yaml. Polish README: reformat tables, clarify scoring and API reference, add Authors & Maintainers, fix example whitespace, and improve Docker/testing instructions for readability. These changes prepare a new release and improve attribution and documentation.
Detail quality rewards technical explanations that provide actionable developer feedback.
64
67
65
68
### 🛑 Noise Budget
69
+
66
70
Every episode permits **5 false positive credits**. Flagging non-existent code paths spends one credit. Reaching zero terminates the episode immediately to prevent agent hallucination loops.
67
71
68
72
---
69
73
70
74
## 🔌 API Reference
71
75
72
-
| Method | Endpoint | Auth | Description |
73
-
|:-------|:---------|:-----|:------------|
74
-
|`POST`|`/reset`| Optional | Start a new evaluation episode |
75
-
|`POST`|`/step/{id}`| Optional | Submit a review action (flag_issue, approve) |
76
-
|`GET`|`/result/{id}`| Optional | Retrieve final scores and logs for an episode |
0 commit comments