Skip to content

Commit 0b3ec2d

Browse files
Update README.md
1 parent 6294c34 commit 0b3ec2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424

2525
Automates task creation from real open-source repos. Input any GitHub repo, and it produces a long-horizon ProgramBench-style reverse engineering task.
2626

27-
Every task is difficulty-calibrated and audited before shipping. If reward-hacking, task environment problems, or verifier design issues are found, the pipeline continues iterating through a loop until all QA and difficulty calibration is met. Task execution and grading are containerized, with required dependencies installed when each task image is built.
27+
Every task is difficulty-calibrated and audited before export. If reward-hacking, task environment problems, or verifier design issues are found, the pipeline continues iterating through a loop until all QA and difficulty calibration is met. Task execution and grading are containerized, with required dependencies installed when each task image is built.
2828

2929
## Quick Start
3030

3131
```bash
3232
# Install
3333
uv pip install programsmith
3434

35-
# Generate a long-horizon task from a repo
35+
# Generate a task from a repo
3636
programsmith create --repo d5/tengo
3737

38-
# Or farm multiple long-horizon tasks at once
38+
# Or farm multiple tasks at once
3939
programsmith farm repos.txt
4040
```
4141

0 commit comments

Comments
 (0)