← index

language=python, model=sonnet, tooling=beads

trial  maturity 0.791

Replicates
3/3
Completion
100%
Replicate agreement
0.56
code_quality
0.696
Tokens (total)
873,507
Cost (total)
$0.5234

Runs

RunRepStatuscode_qualitycost ($)duration (s)tokensFilesLOC
4rep 1completed0.622
19rep 2completed0.800$0.2995129.0s493,3283204
20rep 3completed0.667$0.223991.3s380,1795171

Code review

Per-replicate file listing extracted from the archived workspace. For semantic analysis (architecture, interfaces, control flow), invoke the run-summary skill via retort evaluate <run_dir>.

rep 2 — 3 file(s), 204 loc (1 test file(s), 91 test loc)
database.py (30 loc)
def get_connection, def db, def init_db
main.py (83 loc)
class BookCreate, class BookUpdate, def not_empty, def not_empty, def row_to_dict, def health, def create_book, def list_books, def get_book, def update_book, def delete_book
test_books.py (91 loc, test)
def tmp_db, def reset_db, def client, def test_health, def test_create_book, def test_create_book_missing_required_fields, def test_create_book_blank_fields, def test_list_books, def test_list_books_filter_by_author, def test_get_book, def test_get_book_not_found, def test_update_book, def test_update_book_not_found, def test_delete_book, def test_delete_book_not_found
rep 3 — 5 file(s), 171 loc (1 test file(s), 83 test loc)
database.py (13 loc)
class Base, def get_db
main.py (47 loc)
def health_check, def create_book, def list_books, def get_book, def update_book, def delete_book
models.py (9 loc)
class Book
schemas.py (19 loc)
class BookCreate, class BookUpdate, class BookResponse
test_books.py (83 loc, test)
def override_get_db, def clear_db, def test_health_check, def test_create_book, def test_create_book_missing_required_fields, def test_create_book_missing_title, def test_list_books, def test_list_books_filter_by_author, def test_get_book, def test_get_book_not_found, def test_update_book, def test_update_book_not_found, def test_delete_book, def test_delete_book_not_found

Stack signature (sorted JSON): {"language": "python", "model": "sonnet", "tooling": "beads"}