Skip to content

Commit a39bd79

Browse files
name
1 parent 533c590 commit a39bd79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Commit0
22

3-
Commit-0 is a from scratch AI coding challenge. Can you create a library from commit 0?
3+
Commit0 is a from scratch AI coding challenge. Can you create a library from commit 0?
44

55
The benchmark consists of 57 core Python libraries. The challenge is to rebuild these libraries and pass their unit tests. All libraries have:
66

77
* Significant test coverage
88
* Detailed specification and documentation
99
* Lint and type checking
1010

11-
Commit-0 is an interactive environment that makes it easy to design and test new agents. You can:
11+
Commit0 is an interactive environment that makes it easy to design and test new agents. You can:
1212

1313
* Efficiently run tests in isolated environments
1414
* Distribute testing and development across cloud systems
1515
* Track and log all changes made throughout.
1616

17-
To install Commit-0, run:
17+
To install Commit0, run:
1818

1919
```
2020
pip install commit0
2121
```
2222

23-
Commit-0 provides several commands to facilitate the process of cloning, building, testing, and evaluating repositories. Here's an overview of the available commands:
23+
Commit0 provides several commands to facilitate the process of cloning, building, testing, and evaluating repositories. Here's an overview of the available commands:
2424

2525
### Setup
2626

0 commit comments

Comments
 (0)