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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Thank you for your interest in contributing to RepoScale.
5
5
## Ways to contribute
6
6
7
7
### Case curation
8
-
The most impactful contribution right now is **curating benchmark cases** — real repositories that test specific aspects of repo continuation intelligence. See `docs/dataset_format.md` for the case pack format and `cases/example/` for a reference.
8
+
The most impactful contribution right now is **curating benchmark cases** — real repositories that test specific aspects of repo continuation intelligence. See `docs/case-authoring.md` for the complete guide, `docs/dataset_format.md` for the case pack format, and `cases/CORPUS.md` for the current inventory.
9
9
10
10
### Rubric and scoring
11
11
Help define and refine evaluation criteria. See `docs/scoring.md` for the current scoring model.
@@ -14,7 +14,7 @@ Help define and refine evaluation criteria. See `docs/scoring.md` for the curren
14
14
Improve task prompts in `prompts/` or the LLM judge protocol in `prompts/judge.md`.
15
15
16
16
### Tooling
17
-
Improve `scripts/validate_case_pack.py` and `scripts/run_eval.py`, or build new runners and scorers.
17
+
Improve the CLI (`src/reposcale/cli.py`), scoring layers, or build new runners and scorers.
0 commit comments